Operators with Quick Search

Hi,

Can I add operators like IN, ANY etc to quick search.

sqs_objects[‘EditView_products_accounts_name’][‘conditions’] = [{
“name”: “name”,
“op”: “like_custom”,
“end”: “%”,
“value”: “”
}, {
“name”: “assigned_user_id”,
“op”: “equals”,
“value”: “1”
}]

for example I want to show those records which have assigned_user_id 1 and 2.

Any one can help me.

Regards,

I don0t really know but I remember I bookmarked this page for related Documentation:

https://web.archive.org/web/20171122132629/http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_6.5/Module_Framework/Metadata/Examples/Adding_QuickSearch_to_a_custom_field/

See if that help you.

If you reach a solution, please come back here and share it with us. Thanks