In Business Catalyst, how to sort web app items based on few fields of it on search result page? -
i have web app , search. search results on multiple pages means has pagination. client's requirement have feature sort results based on web app items. example have field price when user select price needs sort high low. 1 have idea how it?
there way if have less 500 items (if have more can still done more complex).
you output of web app items using module tag. make sure list view has price. using jquery read results , reorder based on price field.
if needs happen on search results page rather regular page, append variable action url of search form can read on results page know filter based on price.
Comments
Post a Comment