Thank you, i'll try.

One last question, although this is not related to forest, but i would like 
to bind CBL to my app, so to avoid doing double compile-delete-copy library 
to my app.

There is some insight on how to include CBL as dependency for my iOS app, 
so one click-build-all?

Thanks

El martes, 10 de marzo de 2015, 17:55:09 (UTC-5), Jens Alfke escribió:
>
> I got the indexing fixed — full-text ForestDB indexes weren't storing the 
> emitted value.
>
> But I think the way you're querying the view is wrong. It looks like 
> you're using a regular (startKey/endKey/etc.) query; to query a full-text 
> view you need to set the fullTextQuery string instead. The weird stuff 
> you're seeing is internal data that my (sort of hacky) FTS implementation 
> emits into the view; if you query with fullTextQuery it will know to 
> interpret that data correctly.
>
> So try pulling the master branch and updating your code to set 
> fullTextQuery, and let me know how it goes!
>
> --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 mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/f0f74226-9236-40b7-b369-9124ec495fca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to