Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Search in Database with or

Quote Reply
Search in Database with or
How can I search in the database (links) with OR in different fields, something like that:

((title eq 'word1' or 'word2') or (decription eq 'word1' or 'word2'))

Is there a possibility to do that search with the Links SQL-admin-interface ?

Thanks for any tip,

Christian
Quote Reply
Re: [cwschroeder] Search in Database with or In reply to
Hi,

You can use indexed search (at the bottom of the search form) to use the same search that search.cgi uses, but otherwise no, you can't do what you are asking. You can do:

title eq 'word1' or description eq 'word1'

by making sure Match Any is turned on.

Cheers,

Alex
--
Gossamer Threads Inc.