caarmen / poet-assistant

Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Other
84 stars 11 forks source link

ignore (trailing and leading) special characters in search #198

Open ghost opened 2 months ago

ghost commented 2 months ago

Required before filing an issue:

I am a:


When one searches for instance for:

decadent,

...the app returns no results. decadent works as expected, giving a definition.

The user may accidentally select a period, comma or semicolon when sharing to the app -- Termux for instance highlights as follows:

Screenshot_20240902-133723_Termux

The user has to carefully select just the word itself.


Off the top of my head, there's no benefit in "exact matching" for trailing & leading punctuation and symbols. Please ignore them in the search.

in-plaintext commented 3 weeks ago

A related Android project Notification Dictionary will see the same issue fixed.