Issue Details (XML | Word | Printable)

Key: SAK-8717
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Haines
Reporter: David Haines
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Sakai

Multi-site search

Created: 15-Mar-2007 14:12   Updated: 23-Oct-2008 10:14
Component/s: Search
Affects Version/s: trunk [DO NOT USE]
Fix Version/s: 2.4.0

Time Tracking:
Not Specified

Issue Links:
Relate
 

2.6.x Status: None
2.5.x Status: None
2.4.x Status: None


 Description  « Hide
Currently search is able only to return results for entities in a single site. University of Michigan users have a requirement that a single search will return results from multiple sites. Since the current implementation of search explicitly lists the sites to be searched, it is easy to extend the query to include multiple sites.

 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
Stephen Marquard added a comment - 16-Mar-2007 02:38
We would like to able to place Search in My Workspace. In this context, it should search sites that are currently on the user's active tabs list (or have some option in the UI, e.g. Search all my sites / Search my active sites).

David Haines added a comment - 16-Mar-2007 11:52
The current implementation (soon to be documented) just accepts a list of site id GUIDs and searches those along with the current site. It would easy to pass any list of sites in to be searched as long as it is straightforward to generate that list.