Command search takes limit parameter
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 5 Aug 2011 14:03:18 +0000 (16:03 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 5 Aug 2011 14:03:18 +0000 (16:03 +0200)
commit58aba67e02b51934a2cae721269fb381d8b0b08b
treeae8261deb12a238c7243d62844e96100e2bfec30
parent42fb5e0431fb09240a4423f6f38c15cfc0648437
Command search takes limit parameter

The limit parameter allows a search to be limited one or more
facets and the corresponding values. This is for server side
filtering.
src/Makefile.am
src/client.c
src/client.h
src/facet_limit.c [new file with mode: 0644]
src/facet_limit.h [new file with mode: 0644]
src/http_command.c
src/session.c
src/session.h