I'm working on a project for a college using Silverstripe as the base. Part of the site will be a series of pages which list full time courses, to which the college want to add a search facility.
Here is where it (possibly) becomes complicated: they're not too fussed about the ability to search the rest of the site, and have some specific requirements with specific search-terms (say 'football') showing specific results (say the 'NVQ Sports' page).
Because of this I have two questions:
- Is it possible for the search functionality to be limited to a single set of pages and/or page types?
- If I was to add an extra field (called, say, 'keywords') to each full time course page, would silverstripe's search facility use it results?
Thank you