flowpack/simplesearch

Last activity 02 Apr 2025 22 16 26827
composer require flowpack/simplesearch

Plain PHP search engine using sqlite3 or MySQL as storage backend.

1.3.x-dev

Version
1.3.x-dev
Type
typo3-flow-package
Release Date
Feb 14, 2017 23:11
Source
git
Distribution
zip
MIT e12a87517573b9d30e254e93d3ff30aaccb28b28

Readme excerpt

Flowpack.SimpleSearch

A simple php search engine based on SQLite or MySQL. Performance is acceptable but decreases quickly with the amount of entries. Depending on the queries you want to perform a sane upper limit is somewhere around 50000 entries (for SQLite).

This package has no hard dependencies on anything so could be used in any project.

Code and API are still pretty rough. I just implemented the minimum version. A higher level query API will follow (see the ContentRepositoryAdaptor for the direction).

If you look at the code the sqlite storage of properties looks pretty strange but with SQlite3 the actual storage type is determined per row, so a c…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).