Search pages are XML files used to search for certain information, based on certain criteria, and can be used in both summary and data entry pages.
What does this section cover?
Creating Search Pages
To create a new search page, you need to create a single XML file under: ../pages/search/<module_name>/ directory.
The results are retrieved based on an SQL script constructed using the information from the XML file and the criteria entered by the user.
In the following example loadservices.xml is created under ../pages/search/products
For more information on customising search pages, go to Customize Search Pages. For a full list of search page attributes, go to Search Pages Documentation.
To continue implementing the view layer, go to Summary Pages