...
All search pages must be created under ..<custom_project>/WebContent/pages/search/<module_name> directory.
...
In the following example, a search page is created to search for all users, declared as super user in the system. We could either override the load.xml release search file located under ../WebContent/pages/search/users, or create a new loadsystemusers.xml file in the respective custom project directory. In this case, we didn't want all pages using load.xml to be affected, therefore we created loadsystemusers.xml under ..<custom_project>/web/WebContent/pages/search/users.
...