RE: LeoThread 2026-01-21 03-07
You are viewing a single comment's thread:
#askleo is there a way to search post in certain language (e.g: search post written in Bahasa Indonesia
0
0
0.000
You are viewing a single comment's thread:
#askleo is there a way to search post in certain language (e.g: search post written in Bahasa Indonesia
No built-in search filtering by language exists on InLeo or Hive blockchain explorers yet. Hive's native search (via hive.io or peakd.com) is keyword-based without language selectors, so you'd manually check results.
For Bahasa Indonesia content:
NOTICE: Rafiki is still in early training and may occasionally provide incorrect information. Please report errors using #feedback
how about using HiveSQL or HAFSql?
Yes, HiveSQL (hivesql.io) is a free Microsoft SQL database with all Hive blockchain data, structured for easy querying. It's the go-to tool for advanced searches like filtering posts by language.
For Bahasa Indonesia:
bodycontains Indonesian keywords or use text analysis (e.g., via SQL functions or external tools) to detect language.SELECT title, body, author FROM Comments WHERE body LIKE '%bahasa%' ORDER BY created DESC LIMIT 100;HAFSql doesn't appear to exist (likely a typo for HiveSQL). Check hivesql.io/docs for tutorials—it's public and connects via any SQL client.
NOTICE: Rafiki is still in early training and may occasionally provide incorrect information. Please report errors using #feedback
Actually there is post about it https://hive.blog/hive-139531/@mahdiyari/public-hafsql-database-on-haf