-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search with wildcard #26
Comments
See issue #26 Generated alphabet.json from dict-check.pl, and refactored equiv.ts a bit.
I began working on this, but discovered a problem: Searching for |
Update: Since I merged the Web Worker branch in 2c3bb38, slow searches are less of a problem because they now show a progress bar instead of blocking the browser. |
Began thinking about how to implement wildcards (issue #26).
I've released a basic wildcard implementation in d7888d5. I'm still considering what the best way to implement things like "words beginning with X" is, I'm thinking probably regular expressions. |
[Report from an active (former Beolingus) contributor]
For words with many matches it would be useful to have queries like
*durchbruch = look up translations for words with durchbruch at the word end
bitte * pray = look up translations containing the pattern
The text was updated successfully, but these errors were encountered: