-
Suggestion
-
Resolution: Unresolved
- CQL search query fails unless the exact page name is used. We would like to be able to use wildcards on those searches.
- Placeholders in our application are created by the user in the pattern:
$$Placeholder$$ (where $$ marks the start and end of a placeholder)
Note → $$ is our default for this markers, the user can change the markers, but they will most likely be special characters and most of our customers use the default ($$)- We want to get all pages on an instance based on if they have a "placeholder" (referring to our placeholder feature) in the title
for example the title is: $$MachineNumber$$ Information
it should not matter what is written between the markers ($$) therefore this was added to the search as $$*$$ ← wildcard search
- We want to get all pages on an instance based on if they have a "placeholder" (referring to our placeholder feature) in the title