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

Implement search API #830

Merged
merged 2 commits into from
Feb 10, 2024
Merged

Conversation

adamstegman
Copy link
Contributor

Stripe has added a search API to the latest API version, 2020-08-27. Supporting this in all its permutations would be very difficult, essentially partially implementing a full search engine. For now, supporting exact-match searches on each of the supported fields is relatively easy.

Stripe has added a [search API](https://stripe.com/docs/search) to the latest API version, `2020-08-27`.
Supporting this in all its permutations would be very difficult, essentially partially implementing a full search engine.
For now, supporting exact-match searches on each of the supported fields is relatively easy.
@prayeshshah
Copy link

Hey @adamstegman , I also require this functionality. Let me know if there is anything I can do to move this PR forward.

@ryenski
Copy link

ryenski commented Dec 27, 2022

This works well for me and IMO should be an easy merge.

@alexmamonchik alexmamonchik reopened this Oct 24, 2023
@alexmamonchik alexmamonchik changed the base branch from master to init-v4 February 10, 2024 09:57
@alexmamonchik alexmamonchik merged commit 8034047 into stripe-ruby-mock:init-v4 Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants