Creating a custom smart search condition ("+(NodeSKUID in ('(int)8277','(int)8279','(int)8285'))")

giridhar Addagalla asked on December 4, 2018 09:43

I have created a filter where it will generate the result as "+(NodeSKUID in ('(int)8277','(int)8279','(int)8285'))" and this parameter is send to the ISearchFilterable, but my generated result is not working is there any syntax error, please specify with an example so i can generate the result in that format, thanks.

Correct Answer

Juraj Ondrus answered on December 4, 2018 12:18

Hi,
The search condition needs to be like +((NodeSKUID:(int)8277) OR (NodeSKUID:(int)8279) OR (NodeSKUID:(int)8285')) Or, if it is a range +NodeSKUID:[(int)22 TO (int)22]

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.