about
search
post article
Documentation
Mailing Lists
Bug Tracking
Development
Installation
Upgrading
Download
admin
rdf
main
|
Multiple search terms
|
Posted by on Friday August 29, 05:24PM, 2003
from the dept.
Can a search be performed on more than one term at the same time, with, say, a boolean expression?
For example, when I do a search command such as:
http://example.com/mysquish/search?subject=Feature Requests&op=articles
is there a way to include more than one subject in the search? Say, if I want to search for two subjects "Feature Requests" and "Enhancements"?
Is there a boolean notation to include more than one term in the search string?
< | >
|
Related Links
|
|
|
The Fine Print: The following comments are owned by whoever posted them.
( Reply )
|
Docs...
by on Wednesday September 03, 02:16PM, 2003
|
Squishdot can be treated as a ZCatalog, so can be searched any way that it can be.
If you check:
http://example.com/mysquish/Indexes/manage
...you'll see what indexes are available to play with if you treat your SquishSite as a ZCatalog.
However, the 'search' method has a little bit of hocus pocus for backwards compatability.
Nevertheless, if you construct URLS like:
http://example.com/mysquish/search?subject:list=Subject1&subject:list=Subject2&op=articles
...they should do what you want.
cheers,
Chris
|
[ Reply to this ]
|
Re: Multiple search terms
by on Sunday February 15, 07:31AM, 2004
|
Infolets seems to have this feature working.
|
[ Reply to this ]
|
The Fine Print: The following comments are owned by whoever posted them.
( Reply )
|
|