Why search, why? #7960
Unanswered
almostSouji
asked this question in
Next Gen Docs Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would expect that searching exactly for a heading in all lowercase (for example
"create message") would return said heading and section as a search result.Interestingly enough, after looking at the mintlify/trieve docs and starting to play around with queries, i cannot find any route or query parameter that returns this anywhere near the top:
{ "query": "create message", "search_type": "fulltext", "extend_results": true, "score_threshold": 0.2, "filters": { "must_not": [ { "field": "tag_set", "match": [ "code" ] } ] } }What the docs page currently uses:
https://api.mintlifytrieve.com/api/chunk_group/group_oriented_autocomplete(i removed highlight groups, because they are pretty useless for this)https://api.mintlifytrieve.com/api/chunk/autocomplete(what i looked into, because grouping also isn't overly relevant to me)Beta Was this translation helpful? Give feedback.
All reactions