Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Add the ability to search page names using wildcards and placeholders
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