Am i correct when Full Text Search is only for searching on the Device's local DB ( Couchbase Lite Database)
if so..how do you search correctly on Couchbase Server directly?
Thanks for the response and yes elasticsearch is the way to go i think, but we can still not come up with any solution to handle attachments when you search :(
--You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group.To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/c2d730fe-eda3-4100-8ed5-52316b6dd795%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/4b010b2b-be0e-4eab-a4f6-a68838e702a9%40googlegroups.com.
1. The attachment linked to a document is in another document within the database. (100%)2. The shadowing bucket does not receive the attachment documents but only the documents that has a link to the attachment documents. (50%)
3. You simply can't search and get attachments cause the attachment filesystem is not reachable within the Couchbase SDK even though we search in the non shadowing bucket(the bucket Couchbase Lite talks to) (10 %)
Thanks for the clarification.Should we skip searching with attachment cause it seems like a hassle, and maybe wait for a feature that covers this from you guys?
basicAuthenticatorWithName: (NSString*)name
password: (NSString*)password;
"Content-Length" = 50;
"Content-Type" = "application/json";
Date = "Thu, 30 Oct 2014 13:01:22 GMT";
Server = "Couchbase Sync Gateway/1.00";
"Www-Authenticate" = "Basic realm=\"Couchbase Sync Gateway\"";
"
On Oct 30, 2014, at 7:10 AM, CouchbaseLover <sharess...@gmail.com> wrote:I pretty much asked the same question some days ago and you responded that i should make an REST API request toserver/db/attachment(http://xxxx:xxx/bucket/4CE32C17-43AF-4EC5-B422-551BE730AD72/AttachmentName)but i get the error 401.How can i be Unauthorized when i solved that issue months ago and it's been working forever since, (pushing and pulling with continuous)
The response i get is also different from the docs "http://developer.couchbase.com/mobile/develop/references/couchbase-lite/rest-api/document/get---db---doc---attachment-/index.html#example
On Nov 20, 2014, at 3:27 PM, CouchbaseLover <sharess...@gmail.com> wrote:Now this works perfectly and you can see all the related document's propertys and we have gotten this to work since alpha, but how do you achieve this when searching like we are, so when you search you not only search for a document but the related content as well. Like it would work with Node.JS + Couchbase Server..how do you achieve this result with Couchbase Lite?
On Nov 20, 2014, at 4:33 PM, CouchbaseLover <sharess...@gmail.com> wrote:friend: 12ASDER431231AD <- Document ID that is also a user document. How do i get that document id's static info within that one search?