mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 20:16:10 +01:00
Daniel Siepmann
30a34c4f15
* Streamline all commands to always accept a comma separated list of identifiers. * Adjust phpdoc to reflect this feature and provide help on CLI. * Refactor code to move recurring logic to own method. * Provide tests for new feature. * Add documentation for feature.
263 B
263 B
Feature "Added flush command"
A new command to flush indices was added. In contrast to the existing delete command, this one will delete the whole index, while the existing delete command only deletes all documents within an index.