Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Add search #46

Closed
lostdesign opened this issue Jun 15, 2019 · 3 comments
Closed

Add search #46

lostdesign opened this issue Jun 15, 2019 · 3 comments
Labels
new feature ✨ requesting new feature
Projects

Comments

@lostdesign
Copy link
Owner

Add a quick search to be able to look for certain things.

@lostdesign lostdesign created this issue from a note in Todo (Ideas) Jun 15, 2019
@S3B4S S3B4S mentioned this issue Jun 15, 2019
@binyamin
Copy link
Contributor

binyamin commented Oct 8, 2019

I am interested in this, but i don't know vue. If someone was willing to translate a vanilla js search solution into vue, that would be great.

@lostdesign
Copy link
Owner Author

@b3u thanks for your interest in this, you can more or less solve it by vanilla js. What you need to do is get the data from the vuex store/state and filter for the given keyword in the search.

You can check this site: https://vuex.vuejs.org/guide/getters.html Vuex and the store are ready to be used, if you want i can guide/teach you on vue/vuex here.

If you want, feel free to hop on our discord: https://devcord.com - you can catch me or others there to get some guideance if necessary. If not, you can always just ask here as well obviously.

@lostdesign lostdesign added new feature ✨ requesting new feature and removed enhancement labels Oct 25, 2019
@S3B4S
Copy link
Collaborator

S3B4S commented Nov 13, 2019

Has been implemented #194

@S3B4S S3B4S closed this as completed Nov 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new feature ✨ requesting new feature
Projects
No open projects
Todo
  
Ideas
Development

No branches or pull requests

3 participants