[MarkLogic Dev General] Exact match in search:search implementation

2015-01-05 Thread shruti kapoor
Hi all, I want to search a phrase in marklogic, but it normalizes the space before searching it. For example : my search term is: Test Abc(Notice there are 2 spaces between the words) Also, I have passed the search terms in quote. I have added the following option in search:search for this,

[MarkLogic Dev General] Search API total not equal to number of search results

2015-01-05 Thread Danny Sinang
After running this filtered query : *search:search($search, $options, 1, 100)* I got */search:response/@total* = 88 despite there being only 36 search results returned by the query. The content source / database being queried does not have a fragment root or parent. What could I be doing

Re: [MarkLogic Dev General] trying to substitute value of facet in appbuilder app - Take 2

2015-01-05 Thread Steiner, David J. (LNG-DAY)
OK, let me try this another way. Using XQuery, I can transform the search:response I get from search:search to transform the URNs to the English words I want. If I can insert this code in the appropriate place in the appbuilder XQuery that actually does the search:search, then all of the

Re: [MarkLogic Dev General] Search API total not equal to number of search results

2015-01-05 Thread Erik Hennum
Hi, Danny: Can you share your query and options? Erik Hennum From: general-boun...@developer.marklogic.com [general-boun...@developer.marklogic.com] on behalf of Danny Sinang [d.sin...@gmail.com] Sent: Monday, January 05, 2015 1:44 PM To: general Subject: