Re: [MarkLogic Dev General] Search API Snippet Additional Query

2010-06-01 Thread Colleen Whitney
ld parse first using search:parse(), modify >> the parse >> tree to add the query terms, then call search:resolve(), passing in >> your >> manipulated query. That has some risks in terms of how the parsed >> query >> interacts with other features like snippeti

Re: [MarkLogic Dev General] Search API Snippet Additional Query

2010-06-01 Thread Pradeep Maddireddy
xploring and testing. > > There may be other ways as well, but hopefully this is enough to get you > started. > > --Colleen > > > > -----Original Message----- > From: general-boun...@developer.marklogic.com > [mailto:general-boun...@developer.marklogic.com] On Behalf Of P

Re: [MarkLogic Dev General] Search API Snippet Additional Query

2010-05-31 Thread Colleen Whitney
eral-boun...@developer.marklogic.com] On Behalf Of Pradeep Maddireddy Sent: Monday, May 31, 2010 6:59 AM To: General Subject: [MarkLogic Dev General] Search API Snippet Additional Query Hi..! Because of some constraints I had to use Additional Query part instead of search term while using the se

[MarkLogic Dev General] Search API Snippet Additional Query

2010-05-31 Thread Pradeep Maddireddy
Hi..! Because of some constraints I had to use Additional Query part instead of search term while using the search API. After I started using the Additional Query part, the snippet part isn't working correctly, it is just returning some text instead of hit-higlighting the search term. I check t

[MarkLogic Dev General] Search API Snippet Additional Query

2010-05-28 Thread Pradeep Maddireddy
Hi..! Because of some constraints I had to use Additional Query part instead of search term while using the search API. After I started using the Additional Query part, the snippet part isn't working correctly, it is just returning some text instead of hit-higlighting the search term. I check