Hi

In the search API is there any way for the grammar to allow something like an 
'in' clause with a list of values. The underlying cts queries can be given a 
list of values, so it would be useful if the higher level search grammar could 
pass such a list down. 

For instance, given a defined constraint called  'subject' you could do 
something like: 
subject IN (foo, bar)
Where the comma is a configured separator. 

Instead of:
subject:foo OR subject:bar

Given a long list of values, would this not be more optimal than a sequence or 
OR terms?

Regards
Gavin Haydon
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to