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 sorted forst by price than by position.

Required Order of result :
B
A
C
While A,B products having same price but position of B is higher then A.
My result set query as of now
:&@QueryTerm=*&OnlineFlag=1&@Sort.Price=0,position=0

Please suggest your views for the same.

 





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Sorting-on-solr-results-tp4105060.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to