Skip to content
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

[FEATURE_REQUEST] Hope to be able to search in native language. #1137

Closed
eternity1984 opened this issue Mar 9, 2023 · 4 comments
Closed

Comments

@eternity1984
Copy link

eternity1984 commented Mar 9, 2023

Is your feature request related to a problem? If so, please describe.

const process = (input) => input && input.toString().toLowerCase().replace(/[^\w\s]/gi, '');

Currently the search function is limited to alphanumeric characters, underscores and whitespaces. However, item descriptions are usually set in the native language and it would be very attractive to be able to search in the native language.

Describe the solution you'd like

Removing the replace method or changing the regex pattern will remedy this problem.

Priority

Medium (Would be very useful)

Is this something you would be keen to implement

None

@liss-bot
Copy link
Collaborator

liss-bot commented Mar 9, 2023

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

@liss-bot
Copy link
Collaborator

liss-bot commented Apr 9, 2023

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Apr 9, 2023
@liss-bot
Copy link
Collaborator

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

@liss-bot liss-bot removed the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Apr 15, 2023
@Lissy93 Lissy93 reopened this Dec 31, 2023
@Lissy93
Copy link
Owner

Lissy93 commented Dec 31, 2023

This has been fixed in #1351 by Deneor

@Lissy93 Lissy93 closed this as completed Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants