Allow multi-subreddits in search
gregrickaby opened this issue · 3 comments
gregrickaby commented
It would be cool if a user could use itookapicture+pics+aww
in the search to pull in all of those subreddits and their respective media.
agarwalamn commented
Can be done by adding a +(Add) button at the search bar and will search multiple queries
gregrickaby commented
Right, then pass it along to the useEffect()
hook where the query happens.
agarwalamn commented
I am not that great with NEXT.JS but can I try?