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.

3.1.0

Version
3.1.0
Type
neos-package
Release Date
Jan 24, 2020 13:59
Source
git
Distribution
zip
Requires
  • neos/flow: ~4.0 || ^5.0 || dev-master
MIT a664e6cfecbb833c05a55dca8ab2d5c2bd9bf53c

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).