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
I'm looking for a way to configure my queries in order to show results that are a phrase prefix match or otherwise startswith. I tried setting the prefix parameter to true, but the quality of the results remains the same. The version I'm using: "typesense": "^1.4.0".
Is there another way to configure the query to get such results?
let searchParameters = {
q: input,
query_by: 'name',
per_page: 5,
highlight_fields: false,
prefix: true,
};
The text was updated successfully, but these errors were encountered:
I'm looking for a way to configure my queries in order to show results that are a phrase prefix match or otherwise startswith. I tried setting the prefix parameter to true, but the quality of the results remains the same. The version I'm using: "typesense": "^1.4.0".
Is there another way to configure the query to get such results?
let searchParameters = {
q: input,
query_by: 'name',
per_page: 5,
highlight_fields: false,
prefix: true,
};
The text was updated successfully, but these errors were encountered: