-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another indexing problem ... "index based filter not matching real file filter" #235
Comments
(master version of xandikos, fwiw) |
Propose #236 to add some more debug data; can you post the results with that? |
|
Here is the body of my query:
|
The calendar has two components - the first one is a bit exotic, but I believe it's valid (or perhaps not - the RECURRENCE-ID for the last subcomponent seems to be wrong). It has STATUS:NEEDS-ACTION, but then it also defines recurrences with STATUS:COMPLETED. The component has been updated ... first the task was put in without recurrences, a search done, and then the recurrences with STATUS:COMPLETED has been added. Perhaps that's why there is something wrong with the index?
|
Oh right, recurrences are not supported yet ... |
I've turned on
paranoid
andindex-threshold=0
in the caldav functional tests now ... this stops me from doing a release, so I will have to revert it unless we get this issue resolved relatively fast :-)I get this traceback:
All tests pass if I turn off paranoid or if I turn the index threshold high.
I realize that this is a bit too little information for further debugging, but ... I need to sleep now, will get back with more details tomorrow.
The text was updated successfully, but these errors were encountered: