mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* Store multiple -contains arguments (OR default). Allow multiple occurrences of the -contains argument to be stored in a list. Previously, only the last occurrence was considered. Additionally, the behavior has been modified to default to OR logic, meaning that if multiple -contains arguments are provided, entries matching any of them will be included in the results. * Solved issue #1877 "-and" flag with multiple instances of the -contains option. * Run poe format * Fix unit test for contains to allow list instead of single value * Add BDD tests for multiple contains with and without -and * Black version updated. * Revert pyproject.toml to appease poetry --------- Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com> |
||
---|---|---|
.. | ||
actions.feature | ||
build.feature | ||
change_time.feature | ||
config_file.feature | ||
core.feature | ||
datetime.feature | ||
delete.feature | ||
encrypt.feature | ||
file_storage.feature | ||
format.feature | ||
import.feature | ||
install.feature | ||
multiple_journals.feature | ||
override.feature | ||
password.feature | ||
search.feature | ||
star.feature | ||
tag.feature | ||
template.feature | ||
upgrade.feature | ||
write.feature |