move bug to /bugs
[ikiwiki.git] / doc / bugs / pagespec_can__39__t_match___123__curly__125___braces.mdwn
1 I want match pages which have actually curly braces in the names (like this one), but this matches a lot of pages without the braces in their names :( :
2
3 [[!map pages="*_{*}_*"]]
4
5 When escaped, it doesn't work at all:
6
7 [[!map pages="*_\{*}_*"]]
8
9 [[!map pages="*_{*\}_*"]]