Open leandrosantoss opened 5 months ago
Can you please describe it again , what is the issue ?
The problem is in the filter:
Should be:
Hi @leandrosantoss ,
You are using keyword search, it is a full text search in postgres db. Not an ilike
query.
You can check more here: https://github.com/evershopcommerce/evershop/blob/e86a67030dfccbafe4d5c9e1aa5a97bcb56e5cde/packages/evershop/src/modules/catalog/services/registerDefaultProductCollectionFilters.js#L19
Thanks
Is the idea to continue with the full text?
It makes it a little difficult because rarely does the person know the exact name.
Hi @leandrosantoss
I tried and see it:
Can you check again? Thanks
Hi, @treoden
It doesn't work in my application (1.1.0). Do I need to do any configuration?
https://github.com/evershopcommerce/evershop/assets/59751373/637b324a-1b58-4f9c-b1cf-dcab3575327d
Hi @treoden, do you understand my problem?
Hi @leandrosantoss
Yes i see. Let me double check again
Hi @treoden Were you able to check?
Hi @treoden news about this?
Describe the bug Click on product registration and try to filter
I have 3 products
But when filter only accepts the full name. If filtering a snippet doesn't work
Not case insensitive
Thanks