Changing a Query's parameters should re-notify observers
Description
When parameters are changed on Query that has observers, the query should, immediately, be re-run and all observers notified of the new results.
I am labeling this as critical, because moving to LiteCore QueryObservers will cause current dev-tests to fail, on all platforms. We can comment them out / @Ignore them so it is not actually blocking implementation...
CBL-C is already using C4QueryObserver so this is a bug for CBL-C. I need to change this issue to Lithium and if we can't fix it in Lithium, at least it could be in a known issue list.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
When parameters are changed on Query that has observers, the query should, immediately, be re-run and all observers notified of the new results.
I am labeling this as critical, because moving to LiteCore QueryObservers will cause current dev-tests to fail, on all platforms. We can comment them out / @Ignore them so it is not actually blocking implementation...