Skip to Content
Menu
This question has been flagged
1 Reply
3893 Views

Hello i'm going to explain as well as possible my problem:

Actually i'm working on hr_recruitment addons and there is a possibility to attach documents and automatically the content of the document is indexed. Then,If i go on all the list of documents i can add a filter personalized like indexed document contain and i specify the keyword i want to search.

Now my question is:

i want directly to search the keywords and it will search automatically by defaults in indexed content like search engine.

Could you think there is a possibility.

Thanks a lot by advance

best

Avatar
Discard
Author Best Answer

i have found the result just in search view 

put this code

<field name="your_field_name" filter_domain="['|', ('your_field_name','ilike',self), ('name','ilike',self)]" string="Attachment"/>

Avatar
Discard
Related Posts Replies Views Activity
0
Feb 24
363
0
Nov 23
605
0
Aug 23
2898
1
Jan 22
5250
0
Mar 21
1601