FTS prefix queries not working

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:

  1. Quit the app
  2. Open ~/Library/Application Support/inkdrop/
  3. Move the local database with the following command:
    • mv db db.bak
  4. 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.