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

feat(clients): fuzzy and exact search support #2756

Merged
merged 4 commits into from
Jun 18, 2024
Merged

Conversation

ysfscream
Copy link
Member

@ysfscream ysfscream commented Jun 18, 2024

@emqxqa
Copy link

emqxqa commented Jun 18, 2024

TestExecution

@ysfscream ysfscream changed the title fix(clients): fix some console & ts errors feat(clients): fuzzy and exact search support Jun 18, 2024
@ysfscream
Copy link
Member Author

Why We Need the qs Library?

https://www.npmjs.com/package/qs

The default format for arrays is array[]=value1&array[]=value2 with Axios get, but we need to support repeating values as array=value1&array=value2. The qs library allows us to customize the serialization format to meet specific API requirements.

@Kinplemelon Kinplemelon merged commit 0c6687a into dev/1.9.1 Jun 18, 2024
3 of 4 checks passed
@Kinplemelon Kinplemelon deleted the ysf/1.9.1 branch June 18, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants