Panel | ||
---|---|---|
| ||
This section describes how custom search pages can be created, in order for the system's release functionality, to be overridden or extended.
What does this section cover?
|
Create Custom Search Pages
For an introduction to search pages, go to Search Pages.
All search pages must be created under ../WebContent/pages/search/<module_name> directory.
To override the system's release functionality, the custom page must have the same filename and parent directory name as the release search page. To extend the system's release functionality, the custom page must have a different filename, than any other release search page having the same parent directory name.
...