The EuroCMS Search Module
How
It queries the content table for what is live. And checks the table it links to. After that.
You can manage what it can and cannot search for.
You can enable/disable the following options,
-
file type
-
date
-
users(if logged in)
Search Engines
The default search engine, at the time of writing, is MariaDB. With the options to enable other search engines.
-
MariaDB
-
Solr
-
...
DB structure
Check the content database table for published content, and queries them per file type.
| search_id | domain_id | user_id | group_id | name | user_lock | status | |||
|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | null | MariaDB | 1 | enabled | |||
| 1 | 1 | 1 | null | Solr | 1 | disabled |