Thanks Ahmat and Jack for replying.
I found a another way to solve the problem by using FilterQuery.
fq=RuleA:*+OR+RuleC:*
but due to development platform query parsing stuck some where else.
Hopefully after platform fix it will work for me.
I will get back to you if any other issue occurred.
Hi,
Thank for giving your important time.
Problem :
I am unable to find a way how can I search Key with "OR" operator like if I
search Items having "RuleA" OR "RuleE".
Format of Indexed Data:
1.0
.
4
2
2
2
Can any one help me out how can prepare SearchQuery for key search.
Regard
HI All,
Please provide me your idea for below problem.
I required to sort product on webshop price with position.
e.g. If we have three product (A, B ,C) needs to sort Price asc and position
asc.
ID Price Position
A 10 3
B 10 2
C 20 5
Result should be so