Are there any syntax restrictions on the queries placed into the database ? E.G. parenthesized comma-separated lists; thesaurus substitution "~"; approximate pattern match "%"; etc. etc.
profiler
profiler
The profiler does allow the full range of metamorph queries to be stored in the database. However with the more complicated queries that you are asking about the LIKEIN operator will return queries that might match the document, and would require a validation step to make sure they do.
John Turnbull
Thunderstone Software
Thunderstone Software
profiler
John --
I'm sorry, but I simply don't understand your response.
I can't understand "However with the more complicated queries that you are asking about the LIKEIN operator will return queries that might match the document, and would require a validation step to make sure they do."
Could you please elaborate/clarify a bit? Did you really mean "might match" or do you mean "might **not**" ??? what sort of "validation step" are you talking about?
I'm sorry, but I simply don't understand your response.
I can't understand "However with the more complicated queries that you are asking about the LIKEIN operator will return queries that might match the document, and would require a validation step to make sure they do."
Could you please elaborate/clarify a bit? Did you really mean "might match" or do you mean "might **not**" ??? what sort of "validation step" are you talking about?
profiler
To clarify a little: LIKEIN will return all the queries that have the potential to (i.e. might) match. A subsequent LIKE can determine if the query actually does match.
John Turnbull
Thunderstone Software
Thunderstone Software