lostdesign/webgems

Add search

Closed this issue · 3 comments

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

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.

@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.

S3B4S commented

Has been implemented #194