up vote 2 down vote favorite
1
share [g+] share [fb]

Is there some kind of established standard or search-meta-language for defining advanced search? Some defined standard for the use of wildcards, logical operators, labels or categories etc.?

Something like Googles possibility to use "OR", "+" etc for logical definitions, "label:news" for specifying a category etc.?

(This client-side "meta-language" will later be translated to an server-side sql query. If there are established solutions for this translations, that's of course interesting too!)

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Doesn't seem to have open-source to-SQL conversion libraries in abundance, but maybe CQL would work for you? http://zing.z3950.org/cql/intro.html

link|improve this answer
Thank you, njk! :-) Exactly what I had in mind. Now, let's find out what php implementations there are... – Cambiata Sep 25 '09 at 5:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.