Hey, Actually I realized that my application was not updating the view based on the query, so it was my mistake. Anyway, I moved to using skip.
Thanks, Bryan Rasmussen On Tue, Apr 9, 2019 at 5:42 PM Garren Smith <gar...@apache.org> wrote: > Hi Bryan, > > Could you test it when you have some selectors in the selector. You might > have a weird edge case but there since your selector is designed to fetch > everything. > > Cheers > Garren > > On Tue, Apr 9, 2019 at 1:50 PM bryan rasmussen <rasmussen.br...@gmail.com> > wrote: > > > Hi, > > > > I have a mango query that looks like the following > > { "selector": {}, "fields": [ "DRG Definition", "Provider Id", "Provider > > Name", "Provider Street Address", "Provider City", "Provider State", > > "Provider Zip Code", "Hospital Referral Region Description", "Total > > Discharges", "Average Covered Charges", "Average Total Payments", > "Average > > Medicare Payments" ], "limit": 50, "bookmark": > > > > > "g1AAAABweJzLYWBgYMpgSmHgKy5JLCrJTq2MT8lPzkzJBYorGBikJBoZJBuZGJpZmlmkGJhapFkaJ6ekJZsZGFoapxiA9HHA9BGlIwsAfbsdpQ" > > } > > > > The bookmark is the bookmark that was returned from the last query that > had > > the exact same selectors, but it is not having any effect. Since the > > documentation does not give an example of how the bookmark should be > used I > > was hoping that someone could clear up really quickly if I am doing > > something wrong here. > > > > Thanks, > > Bryan Rasmussen > > >