Troubleshooting exclude_fields in Typesense
TLDR Vadali reported an issue with exclude_fields, but later discovered a bug in their own query.
1
Apr 05, 2023 (8 months ago)
Vadali
01:21 AMJason
01:27 AMJason
01:28 AMVadali
01:37 AM1
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Excluding Specific Documents in Typesense Results
Alexander asked how to exclude specific documents in Typesense search results, and Jason suggested using the hidden_hits search parameter and multi_search for large lists.
Debugging Document Filter Issue with Typesense PHP
Mathieu is facing an issue where a non-existent field in a document appears in search hits. Jason suggests replicating the issue using curl to examine whether the problem lies within Typesense or the PHP library.
Querying and Excluding Fields from Large Documents
Six sought assistance with querying and excluding specific fields in large documents. Kishore Nallan clarified fields to exclude are also excluded from highlights, hence suggested `highlight_fields` param. Six implemented the suggestion and resolved the issue.