Subject: | search method will escape parameter strings provided at the end of the list of arrays |
If you run a search with a list of valid parameters and do not
terminate it in a search keyword, then there will be an error. The
problem with this is that it makes it difficult to programatically
create a list of search parameters. For example, if you are going to
have a list of FROM "NAME" search constraints, the last one will have
the already-escaped "NAME" element quoted. My work-around was to
always append ALL to the list of array elements, but if you
automatically escaped every array parameter that was not a method it
would at least provide consistency. I do not have any code, but any
simple list of terms with arguments where the last is not a keyword
should demonstrate the inconsistency.