Tag search api

Wildcards in MarkLogic date queries

I have another reader question today, also from Amit. To summarize, he’s using the Search API and has set up a range constraint like so:   <options xmlns=””>     <constraint name=”date”>    <range type=”xs:date” facet=”false”>         <element ns=””…

Unparsing a custom facet

In many search applications, when we show the results of a user’s search, we also want to display the search that was done by putting the query string into a text box, especially if the search is built up from…