typeahead(+Type, +Query, -Match, +Options:dict) is nondet[multifile, wordlist(search)]
Find typeahead suggestions for a specific search category (Type). This oredicate is a multifile predicate, which allows for adding new search targets. The default implementation offers:
predicates
Searches for built-in and configured library predicates
sources
Searches all loaded source files.
To be done
- : Limit number of hits?
 swish_search:typeahead(+Set, +Query, -Match, +Options) is nondet[multifile, wordlist(storage)]
Find files using typeahead from the SWISH search box. This version defines the following sets:
To be done
- caching?
- We should only demand public on public servers.