Understanding PeopleSoft Enterprise Portal Search

This chapter provides overviews of:

Click to jump to parent topicUnderstanding PeopleSoft Enterprise Portal Search

PeopleSoft Enterprise Portal delivers enhanced search functionality that builds on the PeopleTools search technologies.

PeopleSoft Enterprise Portal search enables users to incorporate additional sources of content into search collections and adds additional features for end users.

Click to jump to parent topicUnderstanding the Search Infrastructure

The following process occurs when you submit a search request:

  1. A user enters a search request on the Search field located in the portal header frame.

    Depending on access security and portal configuration a user can search the entire portal, only the local site, or within a predefined scope.

  2. The query text is submitted to the PeopleSoft web server.

  3. The query string is passed to the Search API.

  4. The results are filtered for security based on the roles defined by the search administrator.

  5. The Search page echoes the user’s original query string and displays a list of content that matches the request.

The search administrator is responsible for defining, building, and maintaining the search indexes, index groups, and index security that are integral to the portal search functionality.

Click to jump to parent topicUnderstanding Search Indexes

A search index is a collection of files that is used during a search to quickly find documents of interest. You build a search index to enable searching on a given set of documents. The set of files that make up the index is a collection. This collection contains a list of words in the indexed documents, an internal documents table containing document field information, and logical pointers to the actual document files. Most content in Enterprise Portal can be searched after creating indexes.

Enterprise Portal uses the PeopleTools search engine to define and build search indexes for use with Portal searches.

Enterprise Portal Search uses three types of search indexes:

See Also

Enterprise PeopleTools 8.50 PeopleBook: System and Server Administration, "Building and Maintaining Search Indexes"

Click to jump to top of pageClick to jump to parent topicScoped Search

Scoped search enables users to search within specific portal features, such as Action Items, Calendar, Content Manager, Discussions, Resource Finder, and Workspaces.

Scoped search is available by default in the Home page header. A user can select only one scope at a time.

Search scopes are defined based on index groups.

See Also

Defining Search Index Groups