From 64f3ee483b2148c773a404ca296836f7259a9670 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 24 Feb 2023 22:08:49 +0100 Subject: mre: move minimal reproducible examples to develop branch Instead of having them in separate orphan branches. --- mre/mre_only_subtraction_shows_others/readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mre/mre_only_subtraction_shows_others/readme.md (limited to 'mre/mre_only_subtraction_shows_others/readme.md') diff --git a/mre/mre_only_subtraction_shows_others/readme.md b/mre/mre_only_subtraction_shows_others/readme.md new file mode 100644 index 0000000..0e00132 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/readme.md @@ -0,0 +1,20 @@ +# Minimal Reproducible Example + +A search query with only subtraction should show all the elements in the +gallery minus the subtracted elements. + +## Reproduction steps + +1. Search for `-france`. + +## Expected result + +`berlin.md` should appear in the results. + +## Actual result + +The search yields no result at all. + +## Version info + +Bug present in ldgallery v2.2. -- cgit v1.2.3