I'm having problems getting searching to work. I've set up two search pages, advanced (for searching metadata) and simple. The simple page has been set up to search the "Custom Form" and "Standard Page" assets. It has one field (Name) with the type "Include All". When I do a search for a page using the page name it returns 0 results. Any suggestions?
If I change it from "Standard Page" to "Page" will it search all of the assets that are a subclass of Page (i.e. standard page, etc.)?
PS: The advanced search page doesn't work either but I'm trying to get the simple one sorted out first.
First of all, check that you have indexing enabled for your system. If you expand the system admin folder and go to the details screen of the search manager, you should be able to set indexing on.
Next, you might want to try reindexing the system (again on the details screen of the search manager). This will ensure you have keywords stored in the database for searching. You can run a query to make sure indexing is storing keywords. This should return many results
SELECT * FROM sq_asset_indexing;
[quote]If I change it from "Standard Page" to "Page" will it search all of the assets that are a subclass of Page (i.e. standard page, etc.)?[/quote]
Yes. This works for all asset types.
Thanks. It's working now. I hadn't turned on indexing.