Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to search a specific Pattern #195

Open
dipak-demansol opened this issue May 20, 2022 · 0 comments
Open

Not able to search a specific Pattern #195

dipak-demansol opened this issue May 20, 2022 · 0 comments
Labels
Help Wanted Community help wanted Type/Bug Something isn't working Up For Grabs Ready for help from the community. Removed when someone volunteers

Comments

@dipak-demansol
Copy link

dipak-demansol commented May 20, 2022

PreCondition :- Pattern ((?P[1|2|3|4|5)/5)
Template is 'Template: [${level}/5](https://docs.mattermost.com/process/training.html#id8)
Should be added before you execute the steps to regenerate the issue.

Steps 1) Use "/autolink list" Command.
2) Copy The Pattern From The List.
3) Type "/autolink list Pattern ((?P[1|2|3|4|5)/5)" and hit enter.
issue :- 1) User will get the only-visible-to-me Post as "((?P[1|2|3|4|5)/5)" not found. But its There in The List.

Observed behavior

:- as per this command you will not find that specific Pattern "/autolink list Pattern ((?P[1|2|3|4|5)/5)", But if you search the Template by using this command as /autolink list Template [${level}/5](https://docs.mattermost.com/process/training.html#id8) Then you will get this Result as ⬇️
Pattern: ((?P<level>0|1|2|3|4|5)/5)
Template: [${level}/5](https://docs.mattermost.com/process/training.html#id8)
and ⬆️ in That search result You can see that Pattern Contain text as <level> But the same text is not there when we Use the /autolink list command, see the below list result as
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Community help wanted Type/Bug Something isn't working Up For Grabs Ready for help from the community. Removed when someone volunteers
Projects
None yet
Development

No branches or pull requests

3 participants