bibletag / bibletagapi

API for storing and serving tag corresponding to scripture verses.
MIT License
8 stars 1 forks source link

Multiple tags per query #10

Open raysarebest opened 8 years ago

raysarebest commented 8 years ago

A user should be able to search for multiple tags at a time, and the API should be able to return an array of verses that only match multiple tags, and potentially another array of verses that match only one. Furthermore, the user should be able to tag a passage with multiple tags at once. I feel like the 2nd scenario will be more easily implemented than the first, but discussion can be had in this thread about how to implement the 1st.