cyberpine 0 Posted September 25, 2010 Share Posted September 25, 2010 Why doesn't Everynote recognize the underscore as a word seperator on it's search index? Also, any way to search with wildcards like this *INV*. For example, say I want all notes with string invoicenumber. I noticed notes with strings like this don't pull upsp_invoicenumberBut a contradiction.. If I add sp-invoicenumber to the note it does pull it up and then it even highlights a match in sp_invoicenumber.Thank you. Link to comment
engberg 89 Posted September 25, 2010 Share Posted September 25, 2010 This is actually intentional. We treat a "word" as any contiguous sequence of:* letters (as defined by Unicode)* numbers* the underscore characterThis allows you to use the underscore to make special "magic keywords" like "_foo" that you may want to search for again later. Link to comment
cyberpine 0 Posted September 25, 2010 Author Share Posted September 25, 2010 Any way to pull *invoice ?Thanks. Link to comment
engberg 89 Posted September 25, 2010 Share Posted September 25, 2010 If a note contains the word "invoicenumber", you could match that note if you searched for:invoi*So you can match the beginning of a word by putting an asterisk at the end, but you can't search the middle of a word.If you had notes with "sp_invoicenumber" in them, you could match them if you searched for:sp_inv*or something like that. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.