Grids: Add Multi-Value Filter Type Desc.#8932
Open
arman-boyakhchyan wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the DevExtreme documentation API reference to properly document multi-value grid filtering by adding public type definitions and wiring them into the existing filter expression type system.
Changes:
- Added a new MultiValueFilterExpr common type and linked it from FilterExpr.
- Added a public MultiValueSearchOperation enum (moved from a hidden stub) and referenced it from the new type.
- Improved filter value typing documentation by introducing ScalarFilterValue and reusing it in BasicFilterExpr.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| api-reference/NewTopics/MultiValueFilterExpr/MultiValueFilterExpr.md | Removed an unused placeholder topic. |
| api-reference/40 Common Types/15 grids/ScalarFilterValue/ScalarFilterValue.md | Added a shortDescription and enabled consistent type-link generation metadata. |
| api-reference/40 Common Types/15 grids/MultiValueFilterExpr/MultiValueFilterExpr.md | Added documentation for the multi-value filter expression object shape. |
| api-reference/40 Common Types/15 grids/FilterExpr/FilterExpr.md | Included MultiValueFilterExpr in the union and linked to its topic. |
| api-reference/40 Common Types/15 grids/BasicFilterExpr/BasicFilterExpr.md | Replaced an inline primitive list with a reference to ScalarFilterValue. |
| api-reference/40 Common Types/10 data/MultiValueSearchOperation.md | Added public enum documentation for anyof/noneof operations. |
| api-reference/_hidden/Enums/MultiValueSearchOperation.md | Removed an old placeholder hidden enum topic. |
| - **type**: The expression type. Set to *"basic"*. | ||
| - **field**: The filtered data field. | ||
| - **operator**: A comparison operator ([MultiValueSearchOperation](/Documentation/ApiReference/Common_Types/data/#MultiValueSearchOperation)). | ||
| - **value**: Comparison values (a [ScalarFilterValue](/Documentation/ApiReference/Common_Types/grids/ScalarFilterValue/) array). |
Comment on lines
+13
to
+14
| - *"anyof"*: Logical OR | ||
| - *"noneof"*: Logical NOT |
Raushen
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.