How to create a list of items and search for it?
-
I need a way to input a list of items and then have a function to search for an item.
For example I want a list of pokemon.
On the backend I want to be able to:
add the # of the pokemon
add the name of the pokemon
add the type of the pokemon
add the location of the pokemonOn the front-end I would like to be able to:
Search for the pokemon by #
Search for the pokemon by name
Search for the pokemon by typeIs there a plugin that can do this or do I have to make one myself?
- The topic ‘How to create a list of items and search for it?’ is closed to new replies.