Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.1
-
None
-
Distribution: CRUX-2.7, linux 2.6.37, x86, smp
CouchDB 1.0.1, icu 4.2.1, spidermonkey 1.7.0, erlang R14A all build from ports (sources), gcc 4.5.2, glibc 2.12.2
-
Committers Level (Medium to Hard)
Description
To reproduce the problem:
create some doc and filter function with doc_type=="test" criteria (total: 2 docs)
create some more docs with
to match filtering
inspect the whole _changes
make sure filter function works
make sure limit works
combine them:
_changes/limit=1&filter=testdocs/testdocsonly - gives empty "results". I guess this should not happen.
_changes/limit=2&filter=testdocs/testdocsonly - works as expected
actual bash script to test it easily and log output attached.