This is awesome!
So you think it is possible to have a search API?
Like searching for posts in specific tags, containing specific field/value in the json_metadata etc...?
You are viewing a single comment's thread from:
This is awesome!
So you think it is possible to have a search API?
Like searching for posts in specific tags, containing specific field/value in the json_metadata etc...?
Yes. It's possible. But I limited the options on
posts
andpost_cache
tables because these tables are huge. To make the queries efficient I need to add indexes targeted for them. For example, Tower will support json_metadata.app filters soon.Do you have an idea when such search API will be available? With AskSteem being shutdown, I’m looking for a replacement for my @steemtelly project
Posted using Partiko iOS
Probably in the next couple of weeks. What kind of queries do you use? I am gathering this data to create additional indexes on the database side.
Great!
I use the same asksteem queries as on dtube website. They are still there despite the asksteem API returning an error, so you can see what they are exactly. But to summarise:
I believe asksteem is using Solr or Elastic search and you can enter the lucene query in the URL query string
Posted using Partiko iOS