aboutsummaryrefslogtreecommitdiff
path: root/mre/mre_similar_tags_caps/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'mre/mre_similar_tags_caps/readme.md')
-rw-r--r--mre/mre_similar_tags_caps/readme.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/mre/mre_similar_tags_caps/readme.md b/mre/mre_similar_tags_caps/readme.md
new file mode 100644
index 0000000..1a00e52
--- /dev/null
+++ b/mre/mre_similar_tags_caps/readme.md
@@ -0,0 +1,49 @@
1# Minimal Reproducible Example
2
3Having two or more similar tags which differ only in their casing results in
4the lowercase variant to be inserted instead of the other ones.
5
6## Reproduction steps
7
81. Type `Test` in the tag input box and press enter.
9
10## Expected result
11
12The tag `Test` (starting with a capital letter) should be added to the search
13query.
14
15## Actual result
16
17The tag `test` (starting with a lower case letter) is instead added to the
18search query.
19
20## Version info
21
22Bug present in ldgallery v2.2.
23
24---
25
26Having two or more similar tags which differ only in their casing results in
27unrequested insertions in the query.
28
29## Reproduction steps
30
311. Type `test` in the tag input box and press enter.
322. Press the enter key or click on the "Search" button,
33 one or multiple times!
34
35## Expected result
36
37It should just search for items with the `test` tag and display the result.
38
39## Actual result
40
41The tag `Test` is added to the input field even though it was never requested.
42Trying to search again results in more instances of `test` and `Test` to be
43added to the search field.
44
45No result is found because the resulting "forced" search query is wrong.
46
47## Version info
48
49Bug present in ldgallery v2.2.