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/berlin.md | 0 mre/mre_only_subtraction_shows_others/berlin.md.yaml | 2 ++ mre/mre_only_subtraction_shows_others/gallery.yaml | 2 ++ mre/mre_only_subtraction_shows_others/paris.md | 0 mre/mre_only_subtraction_shows_others/paris.md.yaml | 2 ++ mre/mre_only_subtraction_shows_others/readme.md | 20 ++++++++++++++++++++ 6 files changed, 26 insertions(+) create mode 100644 mre/mre_only_subtraction_shows_others/berlin.md create mode 100644 mre/mre_only_subtraction_shows_others/berlin.md.yaml create mode 100644 mre/mre_only_subtraction_shows_others/gallery.yaml create mode 100644 mre/mre_only_subtraction_shows_others/paris.md create mode 100644 mre/mre_only_subtraction_shows_others/paris.md.yaml create mode 100644 mre/mre_only_subtraction_shows_others/readme.md (limited to 'mre/mre_only_subtraction_shows_others') 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 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 @@ +tags: +- 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 @@ +includedFiles: +- '*.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 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 @@ +tags: +- 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 @@ +# 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