1. A search query is sent to an Agora. 2. The Agora encodes the query as a node title; that means (currently) running it through unicode-slugify. 3. The Agora serves the node in question.
Because nodes are crowdsourced, this seems sufficient to try to implement crowdsourced internet search.
The Agora already supports [[go]] links, and those make it so that many nodes already have "suggested results".
It could work like this:
1. A search query is sent to an Agora.
2. The Agora encodes the query as a node title; that means (currently) running it through unicode-slugify.
3. The Agora serves the node in question.
Because nodes are crowdsourced, this seems sufficient to try to implement crowdsourced internet search.
The Agora already supports [[go]] links, and those make it so that many nodes already have "suggested results".