Jason Bosco
06/18/2021, 2:49 AMMica
06/18/2021, 8:58 AMMica
06/18/2021, 9:00 AMMica
06/18/2021, 9:04 AMJason Bosco
06/18/2021, 5:58 PMI can't see any global search bar (just one for the brands) is that normal?I wanted to emphasize the fact that you don't need a search bar per se to use Typesense, which is why I skipped adding it to the UI. I can may be add a small search bar on the top right so it doesn't steal attention
Jason Bosco
06/18/2021, 6:02 PMWould it be easy to add filters that appear only for the relevant items? For example if there were phones and speakers, both would have a battery capacity but only phones would have a screen size. And would it be made with the front-end or could it be done using Typesense?You can do this yes, but if you want to implement it without a page refresh or creating a new page (where you'd instantiate the required filters based on the page), then you'd have to create a new custom widget in Instantsearch, that looks at the results for a particular query and then based on the attributes returned in the results, the widget would have to issue a new call to Typesense this time with facet_by set to those fields and then render widgets for the facetted attributes returned.
Jason Bosco
06/18/2021, 6:03 PMJason Bosco
06/18/2021, 6:04 PMMica
06/21/2021, 12:46 PMJason Bosco
06/21/2021, 3:36 PMClaudiu Roman Ardelean
07/02/2021, 8:56 AMKishore Nallan
07/03/2021, 3:15 AMtypo_tokens_threshold
value and that causes actual records fetched to vary slightly between the search query used to populate results vs the brand facet counts.
This has been a bit of a surprising behaviour in some cases, so we are going make the default value of typo_tokens_threshold
to just 1
to address it.Jason Bosco
07/05/2021, 11:37 PM