Skip to content

Commit 37b5f77

Browse files
Add section explaining no implementation details in SearchCriteria
1 parent 2b9931a commit 37b5f77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/context/ref/SearchCriteria.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ hide_title: true
77
# `SearchCriteria`
88

99
A context type that represents a simple search criterion, based on a list of other context objects, that can be used to search or filter content in an application (such as messages in a chat app).
10+
No implementation details of how to apply the search criteria are specified. It is up to the application that receives the intent to define how it handles the criteria. (Example: apply an OR between each criterion, etc...)
1011

1112
## Type
1213

0 commit comments

Comments
 (0)