An advanced WordPress indexed search plugin.
A super cool search plugin which uses indexing to make the search of post content speedy!
The testing environment setup in a container through Docker.
# Command to start the testing WordPress instance.
docker-compose up -d
The testing container does not persist volumes. If a local database dump exists, it will be loaded when initializing the database container.
Use the following command to create a local database dump.
# Command to dump the testing database to tests/_data/dump.sql
bin/dump-acceptance-db