I'm trying to query an api with steemjs for multiple tags but it's not working. Anyone know how to do it?
steemapi.getDiscussionsByCreated({
"selected_tags": ["art", 'culture'],
"limit": 10
}, fn);
This is a live fiddle example:
I'm trying to query an api with steemjs for multiple tags but it's not working. Anyone know how to do it?
steemapi.getDiscussionsByCreated({
"selected_tags": ["art", 'culture'],
"limit": 10
}, fn);
This is a live fiddle example:
It is working.
Also, no need to setWebSocket. Default just works.
There's something wrong. When quering for
"selected_tags": ["art", 'culture']
I expect only results containing both these tags. Does it do something else? Because running this example returns posts with:tags: -- verse,life,love,poetry
tags: --- cryptocurrency
tags: --- music,trap,metal,hard,song
Hi Raphaelom,
It seems "selected_tags" doesn't work for me either. Do you have any solution for that?
Thanks
Quang
Congratulations @raphaelom! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of upvotes
Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
If you want to support the SteemitBoard project, your upvote for this notification is welcome!