Bhupesh-V / tutorialdb

A search 🔎 engine for programming/dev tutorials,
MIT License
124 stars 62 forks source link

Search by tags 📌 #7

Open Bhupesh-V opened 5 years ago

Bhupesh-V commented 5 years ago

Currently the only way to search by tags is by going to /tags. It would be nice to enter tags in the search queries itself (just like we add topics in github repos)

Animesh-Ghosh commented 5 years ago

Clarification:

When it's mentioned "Search by tags", it's meant to search the tags in the database currently asynchronously.

Animesh-Ghosh commented 5 years ago

Will this Issue be worked on after completing #4?

fetch() will work with either API but if we get started on this then moving to GraphQL will not be disruptive, since it's back-end work.

Bhupesh-V commented 5 years ago

Will this Issue be worked on after completing #4?

fetch() will work with either API but if we get started on this then moving to GraphQL will not be disruptive, since it's back-end work.

Well it doesn't matter moreover we already have a tag endpoint which just returns all the tags (but it's paginated).

samin-batra commented 3 years ago

@Bhupesh-V can you assign this issue to me? I can try working on this.