Closed 4www closed 1 year ago
It is possible from the open search documentation to have suggestions from a search engine.
Therefore it is possible to have some sort of general suggestions from Find, directly in the URL bar.
In several ways:
one for existing engines, when the URL bar is focused and its search content empty
! — search engines
— action engines & — test engines
one for when a symbol is selected, so it lists all available engines from what is typed:
!g # search -> !gh github # theoritical search result
one for when an engine is selected, exists, a query is typed and an open search / api specification to get results exists
!g internet4000 -> internet4000 (organisation) -> internet4000/find (repo) -> internet4000/radio4000 (repo) -> ...
Also with other symbols than search, API could be used to provide search results:
Provided that `#add & ghi https://github.com/internet4000/{}``
&ghi ra # search -> radio4000 -> radio4000-api -> radio4000-sdk -> radio4000-player -> ...
I am not sure such thing can work, but it would be interesting to experiment.
meanwhile
closed by https://github.com/internet4000/find/pull/83
It is possible from the open search documentation to have suggestions from a search engine.
Therefore it is possible to have some sort of general suggestions from Find, directly in the URL bar.
In several ways:
one for existing engines, when the URL bar is focused and its search content empty
— action engines & — test engines
one for when a symbol is selected, so it lists all available engines from what is typed:
one for when an engine is selected, exists, a query is typed and an open search / api specification to get results exists
Also with other symbols than search, API could be used to provide search results:
Provided that `#add & ghi https://github.com/internet4000/{}``
I am not sure such thing can work, but it would be interesting to experiment.