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

Find better way of handling keywords internally #65

Open
milafrerichs opened this issue Oct 4, 2016 · 0 comments
Open

Find better way of handling keywords internally #65

milafrerichs opened this issue Oct 4, 2016 · 0 comments
Assignees

Comments

@milafrerichs
Copy link

Currently the keywords are passed as a string like this "Test 2" "Test" "Test Test" and is splitted up and stored as an array. but needs to be constructed and destructed everytime a keyword is added or removed.

Suggestions:
Create a service out of it, that stores the keywords as an array and can create a search term out of them.

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

No branches or pull requests

2 participants