A standard for defining advanced client-side search?

Is there an established search standard or meta-language for defining advanced search? A specific standard for using wildcards, boolean operators, labels or categories, etc.?

Something like Googles allows you to use "OR", "+", etc. for boolean definitions, "label: news" for a category, etc.?

(This client-side "metalanguage" will later be translated into a server-side SQL query. If there are installed solutions for these translations, that's interesting too!)

+2


source to share


1 answer


There seems to be no open-source to-SQL conversion libraries in abundance, but perhaps CQL will work for you? http://zing.z3950.org/cql/intro.html



0


source







All Articles