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 # Crowdsourced Search
- [[pull]] [[agora search]]
- Any [[entity]] can have a [[node]] in the [[Agora]]. - Any [[entity]] can have a [[node]] in the [[Agora]].
- Search queries are entities. - 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. - 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. - 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. - 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. - [[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" [//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[agora search]: agora-search "Agora Search"
[entity]: entity "Entity" [entity]: entity "Entity"
[node]: node "Node" [node]: node "Node"
[Agora]: agora "Agora" [Agora]: agora "Agora"
@@ -22,4 +20,6 @@
[nodes]: nodes "Nodes" [nodes]: nodes "Nodes"
[crowdsourced]: crowdsourced "Crowdsourced" [crowdsourced]: crowdsourced "Crowdsourced"
[jump]: jump "Jump" [jump]: jump "Jump"
[pull]: pull "Pull"
[agora search]: agora-search "Agora Search"
[//end]: # "Autogenerated link references" [//end]: # "Autogenerated link references"
+7 -8
View File
@@ -3,16 +3,15 @@
- An [[Agora action]]. - 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. - 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]]. - 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]]. - If you are viewing this in an Agora, you can use jump by typing in the jump box at the top of the page.
- Done! [[2021-01-02]] - [[pull]] https://twitter.com/flancian/status/1342101545748475905
- Q: is 'go to' better than jump? I don't think so, and it could be confusing due to go links. But unsure. - [[pull]] https://twitter.com/flancian/status/1345415150740844546
- [[tweet]] https://twitter.com/flancian/status/1342101545748475905
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[Agora action]: agora-action "Agora Action" [Agora action]: agora-action "Agora Action"
[agora plan]: agora-plan "Agora Plan" [unicode-slugify]: unicode-slugify "Unicode Slugify"
[toolbar]: toolbar "Toolbar" [node]: node "Node"
[2021-01-02]: journal/2021-01-02 "2021-01-02" [crowdsourced]: crowdsourced "Crowdsourced"
[tweet]: tweet "Tweet" [pull]: pull "Pull"
[//end]: # "Autogenerated link references" [//end]: # "Autogenerated link references"