Changed the way PQF queries are encoded in SRU GET/POST. PQF search
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 6 Sep 2006 13:15:48 +0000 (13:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 6 Sep 2006 13:15:48 +0000 (13:15 +0000)
before: x-pquery=pqf .  PQF search now: query=pqf&x-querytype=pqf . This
makes the SRU request more conformant because the required query parameter
is always present. PQF scan before: x-pScanClause=pqf . PQF scan now:
scanClause=pqf&x-querytype=pqf .


No differences found