nixnote2 icon indicating copy to clipboard operation
nixnote2 copied to clipboard

Reminder time grammer not working in search

Open aricooperman opened this issue 4 years ago • 2 comments

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:

  1. Add a note with a reminder set for today and sync
  2. Put in search bar "reminderTime:day"
  3. Note won't show up

Specifications

2.1.6

aricooperman avatar Jun 23 '20 17:06 aricooperman

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

aricooperman avatar Jun 23 '20 17:06 aricooperman

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.

boo-yee avatar Aug 21 '22 13:08 boo-yee