westdabestdb / undraw

MIT License
118 stars 43 forks source link

adding data-tags for dynamic search #5

Open ShashankSirmour opened 5 years ago

ShashankSirmour commented 5 years ago

adding data-tags in illustrationList from https://undraw.com/search can give some more features to users like dynamic search by tag likewise algolia is dong in their search

westdabestdb commented 5 years ago

Could you explain more please?

ShashankSirmour commented 5 years ago

I mean if you add tags variable in illustrationLis map then if someone wants to allow the user to search any present illustrate and provide a feature to dynamic use this illustrates for some dynamic post creation then they can easily search by matching the tag name stored in the map.

as tags for every illustration are available in https://undraw.co/search inspect data-tag

data-tags ="charts,tabs,metrics,numbers,excel,analytics,graphics,infographics,pie,bars,segmentation,polls,analytics,statistics"

westdabestdb commented 5 years ago

I see, sounds nice! I'm kinda busy nowadays, but can you work on it and open PR?