nixnote2
nixnote2 copied to clipboard
Reminder time grammer not working in search
Expected vs. actual behavior
When searching with "reminderTime:XXX" as referenced here https://dev.evernote.com/doc/articles/search_grammar.php the API should filter based on a reminder date set. The same query I run on the web that includes a reminderTime field brings back notes but same one in NixNote2 never brings back anything.
Steps to reproduce the problem (or log file)
This is one way but many ways to test this:
- Add a note with a reminder set for today and sync
- Put in search bar "reminderTime:day"
- Note won't show up
Specifications
2.1.6
I am happy to help with this issue if you can give me a head start on where in the code is best place to look and debug
I am happy to help with this issue if you can give me a head start on where in the code is best place to look and debug
It's filter/filterengine.cpp, if you still have interest.
But I can't reproduce it. Nixnote seems to search for the reminders only in the notebook selected by the user, so if you select a notebook with no reminders set, you may not get results.