Search it is a REDAXO 5 add-on for full-text search in the frontend.
Articles, media, files, PDF content and database fields are saved and evaluated in a DB table of the add-on. Search queries can also be stored in a cache table. This saves server computing power and results in search results being displayed more quickly.
PHP >= 7.0
REDAXO >= 5.6
pdftotext
for searching PDF content, optional. Statistik
: Provides information about the Search it database and the most common search queries.Plaintext
: Allows you to determine what is included in the indexNote: The
Reindex
andSearch Highlighter
plugins from RexSearch for REDAXO 4 have been integrated into Seach it. TheAutocomplete
plugin has also been integrated.
Search it has an extensive documentation plugin in the backend, which also contains example modules for searching. Questions can also be asked in the REDAXO channel on Slack.
The installation is done via the REDAXO installer, alternatively there is the latest beta version on GitHub.
Five database tables are created during installation:
rex_tmp_search_it_index
for indexing articles and DB columnsrex_tmp_search_it_keywords
for similarity searchrex_tmp_search_it_cache
and rex_tmp_search_it_cacheindex_ids
for the search cacherex_tmp_search_it_stats_searchterms
for statisticsThe tables are not included in the database backup of the backup addon.
After installation, the settings should first be made and then the index should be completely generated.
WITH license
Friends Of REDAXO Friends Of REDAXO
Project lead Norbert Micheel
Search it is based on: RexSearch (Xong) for REDAXO 4
Norbert Micheel porting for R5 and active development
Alexander Walther documentation and help
Tobias Krais URL Addon (>= 2.0) Support
and other developers...