- 
    Bug 
- 
    Resolution: Timed out
- 
    Low 
- 
        2
- 
        Minor
- 
        0
- 
        
Issue Summary
It's possible to use the Page Properties Report macro, filtering by text. However, the macro is not differing blank spaces from - (i.e. macro test from macro-test).
 This bug affects both editors.
 This bug affects both editors.
Steps to Reproduce
- Create a page with the Page Properties macro on it, with a table inside (let's call it Page A).
- Add a string to the page (i.e. macro-test).
- Publish the page.
- Add a label to the page (i.e. test).
- Create another page with the Page Properties macro on it, with a table inside (let's call it Page B).
- Add a string to the page (i.e. macro test).
- Add the same label to the page (test).
- Now, create a page with the Page Properties Report, and set below filters:
- Label: test
- Including text: "macro test" (with double quotes, which should search for the exact match).
Expected Results
Only Page B should be reported on the macro.
 Note: macro-test - without double quotes - should be considered as a single word, as it was the case prior to this bug.
 Note: macro-test - without double quotes - should be considered as a single word, as it was the case prior to this bug.
Actual Results
Both pages are reported.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available