Hi Thomas,
Thanks for the report. That’s weird.
It might sound like an FTS index issue.
Can you please try Developer → Rebuild FTS Index? It takes a while.
If it still doesn’t work, you could try removing the local database and sync it again by the following steps:
- Quit the app
- Open
~/Library/Application Support/inkdrop/
- Move the local database with the following command:
mv db db.bak
- Launch the app and let it sync again
Depending on the query, it may work as you said because of Porter stemming algorithm . Here is the detail:
Hope that helps.