diff options
author | pacien | 2023-07-26 01:12:17 +0200 |
---|---|---|
committer | pacien | 2023-07-26 01:12:17 +0200 |
commit | 8951f65d116b020bc95ba509c1ecf69b24bec1f0 (patch) | |
tree | 07ec167ecb1589b74fd93418196256edad9a2f0d /mre/mre_only_subtraction_shows_others | |
parent | 46cd42de44e402fbf33522d999fa2649729ffaa8 (diff) | |
parent | f187b6f2653092d4034ec1561280d286f956c36e (diff) | |
download | ldgallery-2.3.tar.gz |
Diffstat (limited to 'mre/mre_only_subtraction_shows_others')
6 files changed, 26 insertions, 0 deletions
diff --git a/mre/mre_only_subtraction_shows_others/berlin.md b/mre/mre_only_subtraction_shows_others/berlin.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/berlin.md | |||
diff --git a/mre/mre_only_subtraction_shows_others/berlin.md.yaml b/mre/mre_only_subtraction_shows_others/berlin.md.yaml new file mode 100644 index 0000000..628c1f4 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/berlin.md.yaml | |||
@@ -0,0 +1,2 @@ | |||
1 | tags: | ||
2 | - germany | ||
diff --git a/mre/mre_only_subtraction_shows_others/gallery.yaml b/mre/mre_only_subtraction_shows_others/gallery.yaml new file mode 100644 index 0000000..8cbc96b --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/gallery.yaml | |||
@@ -0,0 +1,2 @@ | |||
1 | includedFiles: | ||
2 | - '*.md' | ||
diff --git a/mre/mre_only_subtraction_shows_others/paris.md b/mre/mre_only_subtraction_shows_others/paris.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/paris.md | |||
diff --git a/mre/mre_only_subtraction_shows_others/paris.md.yaml b/mre/mre_only_subtraction_shows_others/paris.md.yaml new file mode 100644 index 0000000..f6bf8fd --- /dev/null +++ b/mre/mre_only_subtraction_shows_others/paris.md.yaml | |||
@@ -0,0 +1,2 @@ | |||
1 | tags: | ||
2 | - france | ||
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. | ||