skip to Main Content

Search MongoDB autocomplete filtered

I want to search autocomplete on the following fields :contactfirstname, contactlastname and name Also, want to filter based on userid(s) first then perform autocomplete search Issue: Without filter criteria, autocomplete is working fine With filter criteria in compound query not…

VIEW QUESTION

How do I optimize a MongoDB change stream?

I have some mongodb queries that are returning 1000 results, when I look in the mongodb.com profiler it shows me this: { "command": { "getMore": 8223354687588024000, "collection": "reservations", "batchSize": 1000, "lsid": { "id": { "$binary": { "base64": "n8eH91eURw+xpT6fNEPURQ==", "subType": "04"…

VIEW QUESTION
Back To Top
Search