History for How to find site content
changed:
-
Finding site content is relatively easy for the end user. On may Plone sites, there is a search box in the upper right corner of the page. This is generated as a part of the site-wide page template, and allows you to enter keywords and perform a search on those keywords. There is also an advanced search facility, which is available through the resulting search results. There, you can enter text, select known keywords, select the types of content to search, the author and even the state of the document. This allows you to narrow down your results.
In addition, there is a more advanced search available to those who have administrator privileges which allows those users to access the site through the management interface (ZMI). This allows searching based on contents, roles, object IDs and other aspects as seen from the Zope perspective, and is often used to find objects which exist within the skin used to create the site.