Customizing Search Query Results in Art Collection
TLDR John asked about customizing search results for an art collection. Jason recommended using Typesense's curation feature to create overrides for each category. Clarification about adding specific fields to a "category" document was also given.
3
1
Jun 04, 2021 (30 months ago)
John
11:30 PMcategories
field to the query, the search results will return the products that are withing these categories and I do not want this. I would like to add a category 'card' to my displayed results, which when clicked will lead the user to the category page and list the category products from there... Is this a possibility?Jason
11:47 PMWill this card you want to inject into the results be the same for all search results, or are you looking to essentially search for the query in the list of categories separately and display those as search results as well, in addition to the art work?
Jun 05, 2021 (30 months ago)
John
12:17 AMJohn
12:18 AMJason
12:22 AM1
Jason
12:23 AM1
Jason
12:24 AM1
John
05:02 PMJohn
06:16 PMJason
06:41 PM1
John
07:04 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Issue with Categories Facet in Typesense InstantSearch Adapter
David encountered an issue with not being able to add fields categories to facets. Kishore Nallan assisted in troubleshooting. After some back and forth communication, David finally managed to resolve the issue.
User-Specific Tagging and Filtering in UI
bnfd asked for the best way to create user-specific tags available on the UI. Jason suggested using personalized filters and creating a separate collection for each user's movies. The duo clarified the use of 'tags' in schemas and the refinementList widget in instantsearch. They also discussed various approaches to import and search large document collections.
Moving from Algolia to Typesense: Questions and Answers
Juan sought advice from Kishore Nallan about moving from Algolia to Typesense, handling MultiSearch, setting parameters, checking imported documents, and a specific syntax query.
Using Typesense to Query by Custom Column Key Value
Sandip asked how to use Typesense to perform unique key searches in different organizations. Kishore Nallan suggested creating an 'object' field for varying keys. After a clarification, Sandip expressed satisfaction with the advice.
Adding and Updating Collections in Typesense Server
sonu asked about methods to add and update collections in a Typesense server. Jason advised that documents can be added individually or in bulk, and updates can be batched using the import function, even with a small React app with a MySQL database.