Hello!
I would like to implement a default results ranking on any query that ATG sends to Endeca, I know I must override the DefaultNavigationStateBuilder.
The ranking is simple, I am indexing a property called status, the results must be first status=1 and then status=0, if I use Ns=product.displayName, it first show status=1 sorted by name then status=0 sorted by name.
Is this possible to implement? If yes, can you please show me how?
Thank you.