tushargugnani / 5balloons.info

5 stars 1 forks source link

Search Functionality #39

Closed tushargugnani closed 1 year ago

tushargugnani commented 1 year ago

@tapan288 I have included search box in the UI. We can probably make us of spatie / searchable to make it work. Search results page will be similar as filter by category page. The heading should be Search Results for {searchkeyword} URL of search should be ?s=laravel&post_type=post (By default we are only searching in the post_type post and also currently only include the title in the search, we can see later if we also want to include post content in the search criteria)