You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: