Hi everyone — we are adding another endpoint that ...
# community-help
n
Hi everyone — we are adding another endpoint that requires a 1:1 text match or Null. We have tried this structure (with filter being:
<http://atlassian.net|atlassian.net>
and currently the return is a single company:
atlassian.design
)
Copy code
{
   query,
   match: 'exact',
   filter_by: filters,
},
The closest param I could find in the docs was an override parameter
rule.match
but that requires pre-planning, this would need to be a general search parameter/filter. Thanks!
j
Overrides is for a different use-case. Instead could you try the following search params:
Copy code
drop_tokens_threshold: 0
typo_tokens_threshold: 0
num_typos: 0
prefix: false