Skip to content

Fix cache with spaces. Now you can find with multiple words. #38

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

Closed
wants to merge 3 commits into from
Closed

Fix cache with spaces. Now you can find with multiple words. #38

wants to merge 3 commits into from

Conversation

ProtocolNebula
Copy link

JavaScript Arrays no supports keys with spaces, so it replace all spaces to "-" for caching locally.
It removes all possible invalid characters with regex (/[^a-zA-Z0-9]/g)

@ProtocolNebula ProtocolNebula closed this by deleting the head repository Apr 26, 2023
This was referenced Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant