Webboard: List sites of a URL
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Alexander Barkov Email: [email protected] Message: > Is there a chance to list the indexed sites of a domain without giving a > search term (no q=)? > > String something like this but here it asks for a search term: > /cgi-bin/search.cgi? > q=TEST&cmd=Search!&form=extended&m=all&ps=10&fmt=long&wm=wrd&sp=1&sy=1&w > f=2221&type=&GroupBySite=no&ul=http://www.TEST.com It can also be done using AlwaysFoundWord. http://www.mnogosearch.org/doc33/msearch-cmdref-alwaysfoundword.html Suppose you add this command into search template: AlwaysFoundWord givemethelist (note, the argument should be in lower case) This query string will give you the list of all documents in the database: /cgi-bin/search.cgi?q=GiveMeTheList This query will restrict to the given domain only: /cgi-bin/search.cgi?q=GiveMeTheList&ul=http://www.TEST.com Reply: <http://www.mnogosearch.org/board/message.php?id=21176>