Position modifier for sort prevents local sort
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 7 Jun 2012 12:51:36 +0000 (14:51 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 7 Jun 2012 12:51:36 +0000 (14:51 +0200)
commiteb673212c641c36afba4cd502e283247de52a015
treefb4a03440f9c1d64c53a559c441834d14ae8df6f
parent78c0b384d03b2b6282cc4457fb0d5fb2db68785f
Position modifier for sort prevents local sort

Sort spec may be suffixed with p, for example "title:0p" which
sorts by position locally (ie no sort), but by title natively
(if sortmap is given). This allows getting sorted records from a
database that Pazpar2 does not resort.
13 files changed:
src/client.c
src/http_command.c
src/reclists.c
src/relevance.c
src/relevance.h
src/session.c
src/session.h
test/Makefile.am
test/test_url.urls
test/test_url_settings_1.xml [deleted file]
test/test_url_settings_2.xml [deleted file]
test/test_url_settings_3.xml [deleted file]
test/test_url_settings_4.xml [deleted file]