Arama bittiğinde gönderildi.
Yeni bir öğe dizinlendiğinde gönderildi.
Bir öğe dizinden silindiğinde gönderildi.
Tüm öğeler dizinden silindiğinde gönderildi.
Search is a module for searching "core" content along with certain registered modules. You put in a word or two and it gives you back matching, relevent results.
The easiest way to use it is with the {search} wrapper tag (wraps the module in a tag, to simplify the syntax). This will insert the module into your template or page anywhere you wish, and display the search form. The code would look something like: {search}
{search}
The search module will not search any "inactive" pages. However on occasion, when you are using the CustomContent module, or other smarty logic to show different content to different groups of users, it may be advisiable to prevent the entire page from being indexed even when it is live. To do this include the following tag anywhere on the page When the search module sees this tag in the page it will not index any content for that page.
The tag can be placed in the template as well. if this is done, none of the pages attached to that template will be indexed. Those pages will be re-indexed if the tag is removed