customizing the search result in algolia - algolia

I want to customize the algolia result after pressing the enter button on the search box.
I'm using algolia on wordpress.
for more information, please check https://migration.toneart-shop.de/.after pressing enter in the search box I got the categories but I want to have results same as https://toneart-shop.de/ .
thanks

Related

How to make text field flow to the top of the screen when the user starts typing and show list of results underneath the text field?

I'm trying to create an text field which will flow to the top of the screen when the user starts typing and will show results in a list beneath it. I'm already gathering the results matching the users query into a list from Firebase, all I need is to somehow display the data. I would like to have the search results displayed under the text field in a similar way as google play is showing the search history. Any ideas witch widget should I use, so it would pop under the text field when the user starts typing?
you can use this package (material_floating_search_bar) to obtain this behavior.

pop up search having issues with checkbox filters

I have to select leads while scheduling a meeting in the "related to" field. A popup is generated when I click the "arrow mark" icon. The results fetched after clicking on submit button are not matching the filters used.
When I navigate to second page, I have seen that checkbox queries are getting applied, for instance, checkbox1=0&checkbox2=0&checkbox3=0 is getting appended to the url.
I would like to remove this extra checkbox related query from the url so that my search works properly. Please provide guidance.
Thanks in advance!

How to code "Category" for tumblr

christinerenu.tumblr.com
I have managed to get a theme that allows for Categories.
I was wondering on how to tag/code my posts to display on each "Category" page.
eg: I was would like the coffee related images to display when I click on "Cafe"
Cheers
You simply need to change
christinerenu.tumblr.com/tagged/cafe/
to christinerenu.tumblr.com/tagged/coffee
You can do this by going to your blog's "customize" tab, and editing the HTML. Try searching the code by pressing Ctrl-F on your keyboard, this will allow you to search. Search for "cafe" until you find the link. Simply change "/tagged/cafe" with "/tagged/coffee"

UISearchBar - what is "search results button" for?

(Duplicate of this question, but I figured I could try again, since that one wasn't answered...)
The UISearchBar on the iPhone has an option showsSearchResultsButton. When you turn it on, it shows a button with horizontal lines inside the search bar, and you can implement a callback that will be called when the user presses it.
The thing is, I can't find a single place on the Internet where it says what the intended purpose of this button is. I know I could make it do anything, but I'd like to know what it's actually for. Should it show a history of searches, or all items without filtering, or what?
It's simply to show search results when tapped.
Where Apple uses this is in their iPad App Store application. If you go to the Categories tab you'll see various app categories. Search for an item, you'll get a list of results, and when you press "Done" you are shown the categories screen again. Your previous search term is still listed in the search field, but now the Search Results Button appears in the field. After tapping this, a UIPopOver is displayed, showing a text list of the results from your last search.

put the word "suggestions" in autocomplete box just like google

I want put the word "suggestions" in autocomplete box just like google does. How do I do that? Here is my auto complete page http://www.maxihealth.com/test/autocomplete.html