blob: 0e0013223a15c6d8d8bf1302bf8b57cf33171b6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
|