We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello !
I have on my nodebb forum groups named like this :
Promo 00-01 (slug = promo-00-01) Promo 01-02 (slug = promo-01-02) Promo 02-03 (slug = promo-02-03) Promo 03-04 (slug = promo-03-04) etc...
When I type in composer @Promo, it shows well a dropdown with these groups :
@Promo
But, when I type @Promo 1 or @promo-1 (for slug) to get Promo 10-11, Promo 11-12 (...) groups, it doesn't work : dropdown disappears.
@Promo 1
@promo-1
Any idea to solve this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello !
I have on my nodebb forum groups named like this :
Promo 00-01 (slug = promo-00-01)
Promo 01-02 (slug = promo-01-02)
Promo 02-03 (slug = promo-02-03)
Promo 03-04 (slug = promo-03-04)
etc...
When I type in composer
@Promo
, it shows well a dropdown with these groups :But, when I type
@Promo 1
or@promo-1
(for slug) to get Promo 10-11, Promo 11-12 (...) groups, it doesn't work : dropdown disappears.Any idea to solve this ?
The text was updated successfully, but these errors were encountered: