Since release 4 of Domino, there existed nothing that could carry out a customisable multi-database & multi-server search. It is a true void filled by various third-party products more or less complete but all with a price tag .

Since I am interested in Ajax I thought to fill this gap. So I spent a lot of time creating "Domgle". The result is a Google-like web search application able to throw requests at multiple databases, aggregate them and show results. There is only one agent required in each target database.



In this application all is entirely settable:

  • The target databases.
  • The target server
  • The number of documents returned over by the search agents.
  • Fields returned by the agents .
  • Fields to be displayed.
  • Ways to sort the data .
  • HTML code to be generated to display the results .
  • The documents opening mode
  • The query syntax (Google or Notes).
  • Etc…



    AN ONLINE DEMONTRATION IS AVAILABLE HERE :

    http://www.domlike.net/domlike/multisearch/WebMultiSearch.nsf/SearchForm?OpenForm



    **

    If you already have implemented Domgle, could you Please send me a sceenshot ? Thanks !