flowpack/simplesearch
composer require flowpack/simplesearch
Plain PHP search engine using sqlite3 or MySQL as storage backend.
1.2.x-dev
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 same vendor provides 52 package(s).