Apologize for asking on an existing thread, but I have a similar problem.

On Monday, September 1, 2014 11:23:57 PM UTC+5:30, Jens Alfke wrote:
>
>
>
> If you have a set of doc IDs that you want to pull immediately, you should 
> create a new one-shot pull replication and set its documentIDs property. 
> Thereafter, to keep the docs up to date, you should run a continuous 
> replication whose documentIDs is set to all the documents that you've ever 
> brought in this way. (This is awkward but as I said, there isn't a clean 
> way to do it yet.)
>
>
I have a continuous replication that brings some specified "types" of 
documents. Now when the user does a Search on his mobile for other "types", 
there is a REST call that goes to my PHP server that returns document ids 
back to the mobile(these are not yet available in the mobile). If I were to 
do a one-shot pull replication using the returned ids, I assume that those 
will be available in the mobile and subsequently be replicated continuously 
when I update them through the mobile. 

Is my assumption valid ? ( I was going to try it this afternoon, but wanted 
to check if it was possible).

Thanks
Raja


  

-- 
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/3eda42cd-d1f3-424f-98c9-6a07acd28298%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to