Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
2886 Tampilan

Hello, I struggle with using Odoo Search.

Let's say a user wants to search for the following product name:

Spotted Tshirt - M size - Nike


If he searches "Spotted t-shirt" "Spotted Tshirt M Size" "Nike Spotted Tshirt" "Spotted Tshirt Niike" he will never find the product and the results will always be empty.
This is very frustrating (and does not make sense) on a store with 4000+ SKUS, lt's impossible for the user to always be able to remember or guess how a product name is written exactly. 

Is there any way such as a setting to make the Odoo search less specific and more relaxed? We are on Odoo Community 15. 
I have tried to search for solutions to this including modules, paid or not, but I was not successful. 

Thank you in advance for the attention and advice.

Avatar
Buang
Jawaban Terbai

A few operators that I've discovered can help somewhat. The search bar does accept wildcard operators:

"_" Wildcard for a single character.

"%" Wildcard for zero or more characters.

So for instance... "Spotted Tshirt - M size - Nike" would appear with this search, and probably very few if any other results:

"Spotted%Shirt%M%Nike"

If a user knows that "t-shirt" and "tshirt" are both used, searching "t%shirt" will get both, but it would also get "This is not a shirt".

I'm still trying to find AND, OR, and NOT operators (without adding search filters, or entering multiple search terms separately).

Avatar
Buang
Jawaban Terbai

Hello Jaime Matos,

Please find below attached link it may help you,

Module Link for Advance Search:
https://apps.odoo.com/apps/modules/15.0/oi_web_search/

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Buang
Jawaban Terbai

Hi 

Check the custom module given below,

https://apps.odoo.com/apps/modules/15.0/master_search/

Hope it helps

Avatar
Buang