Searching - By Keyword
Prerequisites
Introduction
Steps
Step 1 - Add the use_search parameter to WebApp include tag
{%- include 'webapp'
id: '1'
layout: 'my_layout'
per_page: '10'
use_search: 'true'
-%}Step 2 - Test by adding a URL query parameter
Step 3 - Build a form to allow Users to enter a search query
Last updated
Was this helpful?

