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

Add debug endpoint and voice query parameters, update collection field schema, fix the prefix param 🐛, add support for node URL #34

Merged
merged 7 commits into from
Aug 20, 2024

Conversation

phiHero
Copy link
Contributor

@phiHero phiHero commented Aug 16, 2024

Change Summary

Included in #35

let node1 = Node(url: "http://localhost:8108") // or
let node2 = Node(host: "xxx-1.a1.typesense.net", port: "443", nodeProtocol: "https")

Fix the prefix parameter from

http://localhost:8108/multi_search?query_by=name&prefix=t,r,u,e,,,t,r,u,e

To

http://localhost:8108/multi_search?query_by=name&prefix=true,true

PR Checklist

@phiHero phiHero changed the title Add debug endpoint and voice query parameters, update collection field schema Add debug endpoint and voice query parameters, update collection field schema, fix the prefix param 🐛 Aug 17, 2024
@phiHero phiHero changed the title Add debug endpoint and voice query parameters, update collection field schema, fix the prefix param 🐛 Add debug endpoint and voice query parameters, update collection field schema, fix the prefix param 🐛, add support for node URL Aug 17, 2024
@jasonbosco jasonbosco merged commit a04a85b into typesense:master Aug 20, 2024
1 check passed
@phiHero phiHero deleted the patch branch August 22, 2024 02:04
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.

2 participants