bibletag / bibletagapi

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

Query tags by verse reference #15

Open chisomosteve opened 8 years ago

chisomosteve commented 8 years ago

At the moment is appears you can only query the actual tag value. It would be very helpful to find all the tags connected to a verse reference (or even multiple verses).

dwhitena commented 8 years ago

Yes! Definitely agree with this. Why don't we also add all verses connected to a particular tag.

chisomosteve commented 8 years ago

Doesn't it do that already? I thought that's what the Angular front-end did?

dwhitena commented 8 years ago

@chisomosteve It return a single verse for a given tag. However, I don't have it built out to return all tagged verses for a given tag.

dwhitena commented 8 years ago

@chisomosteve That is, right now it just returns the top ranked verse for a given tag.