Full-text search.
Download ZIP file and copy it into your system/extensions
folder. Learn more about extensions.
The search is available on your website as http://website/search/
. It searches trough content of the entire website, only visible pages are included. To show a search field on your website use a [search]
shortcut.
If you don't want that a page is visible, set Status: unlisted
in the page settings at the top of a page.
If you don't want to search trough the entire website, you can use different filters to customise search results. The author:
filter finds pages by a specific author. The language:
filter finds pages in a specific language. The tag:
filter finds pages with a specific tag. The folder:
filter finds pages in a specific folder. Once you're logged in with your user account, you can search with the status:
filter for hidden pages and draft pages.
Searching a website:
coffee
milk sugar
"milk and sugar"
Searching a website, different filters:
coffee author:datenstrom
coffee language:en
coffee tag:example
coffee folder:help
Searching a website, additional filters for logged in users:
status:private
status:draft
status:unlisted
status:shared
status:all
Showing a search field:
[search]
[search /search/]
[search /en/search/]
Content file with search field:
---
Title: Example page
---
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna pizza. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt
in culpa qui officia deserunt mollit anim id est laborum.
[search]
Content file with link to search:
---
Title: Example page
---
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna pizza. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt
in culpa qui officia deserunt mollit anim id est laborum.
[Search all pages](/search/).
Content file with link to search, recent changes on the website:
---
Title: Example page
---
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna pizza. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt
in culpa qui officia deserunt mollit anim id est laborum.
[See recent changes](/search/special:changes/).
Content file with unlisted page:
---
Title: Unlisted page
Status: unlisted
---
This page is not visible in the search results.
The following settings can be configured in file system/extensions/yellow-system.ini
:
SearchLocation
= search location
SearchPaginationLimit
= number of entries to show per page, 0 for unlimited
SearchPageLength
= maximum page length to show
The following files can be customised:
system/layouts/search.html
= layout file for search
Anna Svensson. Get help.