Skip to content

feat: Firestore Search#7824

Open
MarkDuckworth wants to merge 6 commits intomainfrom
markduckworth/search
Open

feat: Firestore Search#7824
MarkDuckworth wants to merge 6 commits intomainfrom
markduckworth/search

Conversation

@MarkDuckworth
Copy link
Contributor

search

@MarkDuckworth MarkDuckworth requested a review from a team as a code owner March 19, 2026 15:24
@product-auto-label product-auto-label bot added the api: cloudsearch Issues related to the Cloud Search API. label Mar 19, 2026
@MarkDuckworth MarkDuckworth changed the title search feat: Firestore Search Mar 19, 2026
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add @returns tags and usage examples to expression docs where those are missing

Comment on lines +3140 to +3142
between(lowerBound: unknown, upperBound: unknown): BooleanExpression;

between(lowerBound: unknown, upperBound: unknown): BooleanExpression {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we make these number types? What other types can evaluate to a lower or upper bound?

* the `lowerBound` (inclusive) and `upperBound` (inclusive).
*
* @example
* ```
Copy link
Contributor

Choose a reason for hiding this comment

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

Applies to all other docs like this

Suggested change
* ```
* ```typescript

*
* @remarks This Expression can only be used within a `Search` stage.
*
* @param rquery Define the search query using the search DTS (TODO(search) link).
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this supposed to say 'search DSL'?

@MarkDuckworth MarkDuckworth removed the api: cloudsearch Issues related to the Cloud Search API. label Mar 23, 2026
MarkDuckworth and others added 2 commits March 23, 2026 09:29
Co-authored-by: Daniel La Rocque <dlarocque@google.com>
Co-authored-by: Daniel La Rocque <dlarocque@google.com>
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