From 844bd132818d072eb8c1c6edb500e78db0b967b0 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 2 Jan 2021 18:18:45 +0100 Subject: [PATCH] Auto: misc. --- crowdsourced-search.md | 8 ++++---- jump.md | 15 +++++++-------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/crowdsourced-search.md b/crowdsourced-search.md index 574eee920..7cd9c204e 100644 --- a/crowdsourced-search.md +++ b/crowdsourced-search.md @@ -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" \ No newline at end of file diff --git a/jump.md b/jump.md index a8f35e91a..2623ee653 100644 --- a/jump.md +++ b/jump.md @@ -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" \ No newline at end of file