You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meili multi search returns queries for each scope, which are currently concatenated with a simple flatmap - if a prior scope has enough (potentially bad) matches, they will currently be prioritized over better fitting candidates in later scopes. additionally discord.js re-exports structures (for example builders), resulting in duplicates
consider deduping results (prioritize source over re-exported scopes (aka: no discord.js))
consider filling the AC results in a round-robin approach rather than flatmapping the hits
Meili multi search returns queries for each scope, which are currently concatenated with a simple flatmap - if a prior scope has enough (potentially bad) matches, they will currently be prioritized over better fitting candidates in later scopes. additionally discord.js re-exports structures (for example builders), resulting in duplicates
Derived from #235 (comment)
The text was updated successfully, but these errors were encountered: