Our app has typically searched only document-type elements, but I recently added metadata to citation elements (contained within and scattered about document elements) so that they can be optionally searched using an operator. i.e.: "term1 term2 select:citations" The operator changes the searchable-expression and transform-results to search only citation elements and return citation-specific snippets.
However, I need the facet counts to reflect the search being performed - i.e.: only show estimates for document element direct-child metadata during normal search, and only for citations when that is toggled using the operator. My first thought was to use different names or namespace for the citation metadata and have the operator toggle a separate set of constraints associated with those names. But constraints are not supported children of search:state under search:operator. Any ideas on how to accomplish this with Search API? Thanks! -Will _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
