Hi  ,
 I need to implement a  search query  where  constraints are mentioned below
:
<options xmlns="http://marklogic.com/appservices/search";>
   <constraint name="contenttype">
<value>
<element ns=" name="contentType"/>
</value>
  </constraint>
  <constraint name="uniqueref">
<value>
<element ns="" name="uniqueref"/>
</value>
  </constraint>
 </options>
and below is the query, I need to implement NOT condition for uniqueref
constraint.
let $query := fn:concat("contenttype:document","  uniqueref:1695541627")
how can I implement it because I m facing issues.

Thanks
Sachin
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to