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
Description
Hello, i have upgraded my meilisearch to the newest version 1.12.3 (from 1.4) and now when i try to search by some field called "order_id", there is no results.
I found that i have this field in settings:
typoTolerance.disableOnAttributes: [ "order_id" ]
When i remove that attribute from disableOnAttributes, then i can search by its value
What could be the reason for this behavior?
PS the results described here i got on my meilisearch:7700 panel.
Expected behavior
Search by attribute excluded from typoTolerance works: eg:
in document i have "order_id": 1234, then when i search for "1234" i want to get result with documents, where order_id = 1234.
Description
Hello, i have upgraded my meilisearch to the newest version 1.12.3 (from 1.4) and now when i try to search by some field called "order_id", there is no results.
I found that i have this field in settings:
typoTolerance.disableOnAttributes: [ "order_id" ]
When i remove that attribute from disableOnAttributes, then i can search by its value
What could be the reason for this behavior?
PS the results described here i got on my meilisearch:7700 panel.
Expected behavior
Search by attribute excluded from typoTolerance works: eg:
in document i have "order_id": 1234, then when i search for "1234" i want to get result with documents, where order_id = 1234.
Current behavior
part of settings:
order_id = 1234 in document, search by "1234" => no results.
Environment:
UPDATE: this issue is probably related to meilisearch, not to meilisearch-php lib, may should i move this issue to related lib?
The text was updated successfully, but these errors were encountered: