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.
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]
+((NodeSKUID:(int)8277) OR (NodeSKUID:(int)8279) OR (NodeSKUID:(int)8285'))
+NodeSKUID:[(int)22 TO (int)22]
Please, sign in to be able to submit a new answer.