
xdsearch n1-n2 word1,word2,word3

n1-n2 is the range of matches you want, for example the first page might be 1-50, and page 2 would be 51 100,

Spaces in wordN are converted to + characters

e.g.  
	xdsearch 1 50 dragons,witches

Response:
        229 Matches: 2323, Each: 23 43 111
       xover-format-data     
       xover-format-data     
       xover-format-data     
       .

The response includes this extra information on each line:
           fts_score: nnn<tab>fts_group: groupname:itemnumber

Extensions added in 5.3c3

 xdsearch 1 50 dragons,witches [since=nnn] [after=nnn] [sort=score|date|group] [match=and]

Dates are in seconds and only work if you have turned on the date field in fts.conf
which requires rebuilding your fts database see ftssearch.htm for details.

 