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

根据分组名称搜索特殊字符匹配错误的问题 #3969

Closed
kiddingYang opened this issue Oct 12, 2020 · 4 comments
Closed

根据分组名称搜索特殊字符匹配错误的问题 #3969

kiddingYang opened this issue Oct 12, 2020 · 4 comments

Comments

@kiddingYang
Copy link

Describe the bug
A clear and concise description of what the bug is.

如果服务名称为A-B的形式,根据分组名称搜索-会搜索到A-B的服务。应该是正则表达式构建错误,导致在匹配时,匹配到了分组和服务的全不名称。

Expected behavior
A clear and concise description of what you expected to happen.

Acutally behavior
A clear and concise description of what you actually to happen.

How to Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Desktop (please complete the following information):

  • OS: [e.g. Centos]
  • Version [e.g. nacos-server 1.3.1, nacos-client 1.3.1]
  • Module [e.g. naming/config]
  • SDK [e.g. original, spring-cloud-alibaba-nacos, dubbo]

Additional context
Add any other context about the problem here.

@KomachiSion KomachiSion added kind/enhancement Category issues or prs related to enhancement. status/need discuss labels Oct 12, 2020
@KomachiSion
Copy link
Collaborator

Which api or which page of console cause this problem?

We need to discuss whether do these enhancement and how to enhance it.

@KomachiSion KomachiSion added status/need feedback and removed kind/enhancement Category issues or prs related to enhancement. status/need discuss labels Oct 14, 2020
@kiddingYang
Copy link
Author

Which api or which page of console cause this problem?

We need to discuss whether do these enhancement and how to enhance it.

/nacos/v1/ns/catalog/services

@realJackSun
Copy link
Collaborator

如果服务名称为A-B的形式,根据分组名称搜索-会搜索到A-B的服务

你的意思是,服务名注册为A-B
image
,然后在分组搜索“-”时能搜到A-B服务?
image
似乎无法复现。

@realJackSun
Copy link
Collaborator

@kiddingYang 你的服务列表是什么样的?以及搜索规则是什么?

@KomachiSion KomachiSion modified the milestones: 1.4.2, 1.4.3 Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants