diff options
Diffstat (limited to 'mre/mre_only_subtraction_shows_others/readme.md')
-rw-r--r-- | mre/mre_only_subtraction_shows_others/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ | |||
1 | # Minimal Reproducible Example | ||
2 | |||
3 | A search query with only subtraction should show all the elements in the | ||
4 | gallery minus the subtracted elements. | ||
5 | |||
6 | ## Reproduction steps | ||
7 | |||
8 | 1. Search for `-france`. | ||
9 | |||
10 | ## Expected result | ||
11 | |||
12 | `berlin.md` should appear in the results. | ||
13 | |||
14 | ## Actual result | ||
15 | |||
16 | The search yields no result at all. | ||
17 | |||
18 | ## Version info | ||
19 | |||
20 | Bug present in ldgallery v2.2. | ||