Skip to content

Commit ee2d23c

Browse files
Add missing example query to docs (#4137)
1 parent aa5b376 commit ee2d23c

File tree

1 file changed

+4
-0
lines changed
  • docs/src/pages/users/search/advanced

1 file changed

+4
-0
lines changed

docs/src/pages/users/search/advanced/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ properties.email:/[email protected]/
145145

146146
<Callout>
147147
Filtering search results based on property values isn’t available for properties of type [`text`](https://followthemoney.tech/explorer/types/text/). For example, the following query won’t return any results (even if there is an entity with a matching `notes` property), because [`notes`](https://followthemoney.tech/explorer/schemata/Thing/#property-notes) is of the `text` property type.
148+
149+
```
150+
properties.notes:"Lorem ipsum"
151+
```
148152
</Callout>
149153

150154
### Filter based on date properties

0 commit comments

Comments
 (0)