Hello,

i also want to the full-text search. Is it correct that the api call only 
works in Coachbase Lite 2 beta?
I tried it with Coachbase Lite 1.0.4 it doesn' t work in combination with 
phonegap. Or i do something wrong.

My api call:

$ajax({
    url: 
'http://lite.coachbase./db/_design/design/view/_view/searchviewdoc?full_text=searchstring'
}).then(function(data){
var jsonstring = (JSON.stringify(data));
log(jsonstring);
}
});



Thank for your answer.



Am Mittwoch, 19. Februar 2014 21:28:48 UTC+1 schrieb Jens Alfke:
>
>
> On Feb 19, 2014, at 6:15 AM, pierre houlle <[email protected] 
> <javascript:>> wrote: 
>
> > So, my question is : can we index some fields in a view by using rest 
> api. 
>
> Please see the wiki page on full-text search for details. 
>
> —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/b657c626-f060-4372-b41c-dcf1edb1ed76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to