Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

feat: add support for regexFind and regexFindAll#2474

Merged
dlarocque merged 5 commits intomainfrom
dl/regexfind
Feb 2, 2026
Merged

feat: add support for regexFind and regexFindAll#2474
dlarocque merged 5 commits intomainfrom
dl/regexfind

Conversation

@dlarocque
Copy link
Contributor

Adds support for regexFind and regexFindAll. Most of this is copied from firebase/firebase-js-sdk#9454.

@dlarocque dlarocque requested review from a team as code owners January 28, 2026 19:09
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: firestore Issues related to the googleapis/nodejs-firestore API. labels Jan 28, 2026
Copy link
Contributor

@MarkDuckworth MarkDuckworth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will also need to update (types/firestore.d.ts)[https://github.com/googleapis/nodejs-firestore/blob/main/types/firestore.d.ts] with the types. It's an unfortunate side effect of the current structure of this repo, but shouldn't be too much work in this case.

@dlarocque dlarocque added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2026
@dlarocque dlarocque merged commit 52800a2 into main Feb 2, 2026
21 of 22 checks passed
@dlarocque dlarocque deleted the dl/regexfind branch February 2, 2026 16:18
dlarocque added a commit that referenced this pull request Feb 23, 2026
Follow up to #2474.

The `regexFind` and `regexFindAll` standalone expression functions were
not exported to the public API by mistake. This PR exports them to the
public API and updates the import path in the tests.
dlarocque added a commit that referenced this pull request Feb 24, 2026
…2492)

Follow up to #2474.

The `regexFind` and `regexFindAll` standalone expression functions were
not exported to the public API by mistake. This PR exports them to the
public API and updates the import path in the tests.
sofisl pushed a commit to googleapis/google-cloud-node that referenced this pull request Feb 24, 2026
…2492)

Follow up to googleapis/nodejs-firestore#2474.

The `regexFind` and `regexFindAll` standalone expression functions were
not exported to the public API by mistake. This PR exports them to the
public API and updates the import path in the tests.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: firestore Issues related to the googleapis/nodejs-firestore API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants