> On Jun 17, 2015, at 6:14 AM, Brendan Duddridge <[email protected]> wrote: > > How can I make sure that documents would come back from the search that > contained "Terminator" ONLY when it occurs in the value corresponding to the > "fieldId-3-note" field?
Define a view that emits only the full text of that field. If you have multiple fields you want to search this way, you’ll need a view/index for each one. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/93171D55-BB2A-46F3-9470-D019837ECA4B%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
