> switch between users on the pod instance only and the wider network
I'm not sure what to do here just yet... The Yarns search engine is still in development and _before_ I do that I _probably_ want to add a "builtin" search to pods too, independent of a "global" crawler and search engine.
> switch between users on the pod instance only and the wider network
I'm not sure what to do here just yet... The Yarns search engine is still in development and _before_ I do that I _probably_ want to add a "builtin" search to pods too, independent of a "global" crawler and search engine.
discover_all_posts
instead of a public toggle button.
$ curl -qso - -H 'Accept: application/json' "https://search.twtxt.net/search?q=$(echo -n "+text:*" | urlenc enc)&s=-created" | jq '.'
So _in theory_ this _could_ be integrated into pods...
$ curl -qso - -H 'Accept: application/json' "https://search.twtxt.net/search?q=$(echo -n "+text:*" | urlenc enc)&s=-created" | jq '.'
So _in theory_ this _could_ be integrated into pods...
\n$ curl -qso - -H 'Accept: application/json' "https://search.twtxt.net/search?q=$(echo -n "+text:*" | urlenc enc)&s=-created" | jq '.'\n
\n\nSo _in theory_ this _could_ be integrated into pods...