Stephenli 0 Posted July 19, 2013 Share Posted July 19, 2013 I want to search the reminder notes without due date , together with due date after today, how do i search for that? Reminders without due date:reminderorder:* -remindertime:* Reminders due after today:remindertime:day+1 How can I combine above together? using some words like "OR"? Link to comment
BurgersNFries 2,407 Posted July 19, 2013 Share Posted July 19, 2013 I want to search the reminder notes without due date , together with due date after today, how do i search for that?Reminders without due date:reminderorder:* -remindertime:* Reminders due after today:remindertime:day+1How can I combine above together? using some words like "OR"?Have you tried prefacing with any:?any: reminderorder:* -remindertime:* remindertime:day+1Search grammar info here: http://dev.evernote.com/documentation/cloud/chapters/search_grammar.php Link to comment
Level 5* jefito 5,598 Posted July 19, 2013 Level 5* Share Posted July 19, 2013 You need to use the "any:" modifier. It goes at the start of the search, after any "notebook:" or "stack:" term. For example:any: reminderorder:* -remindertime:* remindertime:day+1 See the Knowledge Base article on advanced search operators: http://evernote.com/contact/support/kb/#/article/23245321 Link to comment
Level 5 Adjusting 276 Posted July 19, 2013 Level 5 Share Posted July 19, 2013 any: reminderorder:* -remindertime:* remindertime:day+1 This won't work. You're saying you want any notes which either:a - have a reminder setb -don't have a reminder date setorc - have a reminder date in the future a includes all notes with reminders and b includes all notes without reminders, so you're going to get back all your notes. Link to comment
BurgersNFries 2,407 Posted July 19, 2013 Share Posted July 19, 2013 any: reminderorder:* -remindertime:* remindertime:day+1 This won't work. You're saying you want any notes which either: a - have a reminder set b -don't have a reminder date set or c - have a reminder date in the future a includes all notes with reminders and b includes all notes without reminders, so you're going to get back all your notes. Duh... I haven't used reminders at all, so haven't looked at the search grammar & only took it from OP. SO...should any: -remindertime:* remindertime:day+1 work for OP? I think what may have been confusing for OP and didn't trigger anything for Jeff or I is that a & b use different keywords. IOW, I guess reminderorder:* is the same as remindertime:*? (At least in this case.) (I did glance at the API this time. ) Link to comment
Level 5 Adjusting 276 Posted July 19, 2013 Level 5 Share Posted July 19, 2013 SO...should any: -remindertime:* remindertime:day+1 work for OP? No. The problem is that -remindertime:* includes both notes without reminders and notes with reminders but no date.I don't think there is any way to do what the OP requested. Link to comment
BurgersNFries 2,407 Posted July 19, 2013 Share Posted July 19, 2013 No. The problem is that -remindertime:* includes both notes without reminders and notes with reminders but no date.I don't think there is any way to do what the OP requested.Ok, I think I have it now. (Looked more closely at the API.). In order to do what OP wants, you'd need to be able to do (reminderorder:* AND -remindertime:*) OR remindertime:day+1 And you can't combine and/or in Evernote searches. Yeah, just played with this on the web client & that seems to be what OP wants (an and/or). Link to comment
Level 5* jefito 5,598 Posted July 19, 2013 Level 5* Share Posted July 19, 2013 any: reminderorder:* -remindertime:* remindertime:day+1 This won't work.I'm not surprised -- didn't really analyze the reminder terms, I was just answering the OP's question about doing OR searches. As we all know pretty well, there's no way to do mixed AND/OR searches, except in some limited cases where you can use tag or text wildcards. Link to comment
Stephenli 0 Posted July 20, 2013 Author Share Posted July 20, 2013 any: reminderorder:* -remindertime:* remindertime:day+1 This won't work. I'm not surprised -- didn't really analyze the reminder terms, I was just answering the OP's question about doing OR searches.As we all know pretty well, there's no way to do mixed AND/OR searches, except in some limited cases where you can use tag or text wildcards. No. The problem is that -remindertime:* includes both notes without reminders and notes with reminders but no date.I don't think there is any way to do what the OP requested.Ok, I think I have it now. (Looked more closely at the API.). In order to do what OP wants, you'd need to be able to do (reminderorder:* AND -remindertime:*) OR remindertime:day+1 And you can't combine and/or in Evernote searches. Yeah, just played with this on the web client & that seems to be what OP wants (an and/or). Thanks for feedback. I tried following combinations, and know they don't work. (reminderorder:* AND -remindertime:*) OR remindertime:day+1 Any:(reminderorder:* -remindertime:*) remindertime:day+1 So, It seems there is no way to mix AND/OR searchs in Evernote, it's a pity. Link to comment
Level 5* jefito 5,598 Posted July 20, 2013 Level 5* Share Posted July 20, 2013 Correct. Evernote search has no AND or OR Boolean operators. It's either a fully AND search by default,or if you add the any: term, it's a fully OR search. Again, see the knowledge base article that I linked to, or, for a more technical description, do a web search for "Evernote search grammar". Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.