jeffkowalski / geeknote

Console client for Evernote.
GNU General Public License v3.0
392 stars 51 forks source link

`show` do not find 'xxx' if title is xxx.yyy #119

Closed vitaly-zdanevich closed 5 years ago

vitaly-zdanevich commented 5 years ago

For me this is a regression - as I remember in the past I was able to show note with title as mozilla.org by mozilla.

jeffkowalski commented 5 years ago

In order to find a term with an embedded '.' using a partial match, you should append a '' at the end. In your example, ```geeknote show "xxx"``` returns the expected note.

The evernote webclient may be what you were remembering in the past. It automatically appends "*" to search queries typed into the query box.