Skip to content

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

Closed
ProtocolNebula wants to merge 3 commits intoPixabay:masterfrom
ProtocolNebula:master
Closed

Fix cache with spaces. Now you can find with multiple words.#38
ProtocolNebula wants to merge 3 commits intoPixabay:masterfrom
ProtocolNebula:master

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

Comments