hey there, just started doing some testing with Ty...
# community-help
k
hey there, just started doing some testing with Typesense, specifically doing some testing with NL queries. I'm trying to search with a query where the LLM should produce a filter that targets two different fields. I can see the generated field actually produces a filter that does exactly that, but the results that it returns when
nl_query
is true consistently omits data that should match the filter.
Copy code
"generated_params": {
      "filter_by": "(experience.cxExperience.tools:Zendesk && experience.cxExperience.level:!=NoExp) || (experience.techExperience.tools:Jira && experience.techExperience.level:!=NoExp)"
    }