Auto: misc.

This commit is contained in:
2021-01-02 18:18:45 +01:00
parent 35445ddc2e
commit 844bd13281
2 changed files with 11 additions and 12 deletions
+4 -4
View File
@@ -1,6 +1,5 @@
# Crowdsourced Search
- [[pull]] [[agora search]]
- Any [[entity]] can have a [[node]] in the [[Agora]].
- Search queries are entities.
- Search queries can also be decomposed in constituent entities for better modeling using a grammar, but that is not strictly necessary.
@@ -9,12 +8,11 @@
- From the above it seems to follow that the [[Agora]] is a sufficient platform to implement crowdsourced search.
- You can think of a [[node]] as equivalent to a user-editable search result page for the search query matching the node title.
- [[go links]] are explicit offerings for relevant links around the internet.
- [[pull]] [[jump]]
- [[jump]] does the minimum necessary to map arbitrary search queries to an Agora node.
- [[pull]] [[jump]] [[agora search]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[agora search]: agora-search "Agora Search"
[entity]: entity "Entity"
[node]: node "Node"
[Agora]: agora "Agora"
@@ -22,4 +20,6 @@
[nodes]: nodes "Nodes"
[crowdsourced]: crowdsourced "Crowdsourced"
[jump]: jump "Jump"
[pull]: pull "Pull"
[agora search]: agora-search "Agora Search"
[//end]: # "Autogenerated link references"
+7 -8
View File
@@ -3,16 +3,15 @@
- An [[Agora action]].
- Jump is very simple: it encodes a query as a node id (using [[unicode-slugify]], if you're interested) and sends you to the matching node.
- It's like search, but the results page is a [[node]] -- so it can be [[crowdsourced]].
- [[agora plan]] I'll implement the action and a 'jump'/ dialog always available in the Agora, perhaps replacing search in the [[toolbar]].
- Done! [[2021-01-02]]
- Q: is 'go to' better than jump? I don't think so, and it could be confusing due to go links. But unsure.
- [[tweet]] https://twitter.com/flancian/status/1342101545748475905
- If you are viewing this in an Agora, you can use jump by typing in the jump box at the top of the page.
- [[pull]] https://twitter.com/flancian/status/1342101545748475905
- [[pull]] https://twitter.com/flancian/status/1345415150740844546
[//begin]: # "Autogenerated link references for markdown compatibility"
[Agora action]: agora-action "Agora Action"
[agora plan]: agora-plan "Agora Plan"
[toolbar]: toolbar "Toolbar"
[2021-01-02]: journal/2021-01-02 "2021-01-02"
[tweet]: tweet "Tweet"
[unicode-slugify]: unicode-slugify "Unicode Slugify"
[node]: node "Node"
[crowdsourced]: crowdsourced "Crowdsourced"
[pull]: pull "Pull"
[//end]: # "Autogenerated link references"