|
|
|
|
|
by smashingfiasco
2401 days ago
|
|
I’d love to see search decentralized and have been toying with this idea for a while. The last concept I hacked together was a custom search plugin for Grav and a command line util to use for querying. It goes like this. Use the command line util to search a term. The command line util run that term against the search engine _inside_ of the websites CMS itself. You essentially have a list of sites related to a topic that you chose to execute the query against. I got this working against some sites and the proof is there. But it’s obviously highly inefficient and I haven’t figured that out yet. :-/ |
|