| 1 |
Distributed Search by Audrey Foo
|
| 2 |
|
| 3 |
This module searches multiple clients in the Distributed Search Tab.
|
| 4 |
|
| 5 |
Setup on search client sites
|
| 6 |
* enable the search, services, xmlrpc-server, search-services modules.
|
| 7 |
* edit permissions to allow anonymous users access to 'search content', 'access services'.
|
| 8 |
* Create an API key with the $_SERVER['HTTP_HOST'] value of the search server, e.g. myhomesite.com
|
| 9 |
* important, do not use http://myhomesite.com or myhomesite.com/ etc.
|
| 10 |
|
| 11 |
Setup on search server
|
| 12 |
* enable the search, distributed_search modules
|
| 13 |
* Add search client sites and API key generated on the search client
|
| 14 |
|
| 15 |
Todo
|
| 16 |
* authenticated results with openid_services module
|
| 17 |
* local caching
|
| 18 |
* incremental results
|
| 19 |
* relevance of results passed
|
| 20 |
|