File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ let resp = client
147
147
. wfts (" phrase" , " The Fat Cats" , None )
148
148
. cs (" countries" , " (10,20)" )
149
149
. cd (" countries" , " (10,20)" )
150
- . ov (" population_range" , (100 , 500 ))
150
+ . ov (" population_range" , " (100,500)" )
151
151
. sl (" population_range" , (100 , 500 )) // ...and range operations!
152
152
. sr (" population_range" , (100 , 500 )) // Find out more about the filters at:
153
153
. nxl (" population_range" , (100 , 500 )) // https://postgrest.org/en/stable/api.html#operators
Original file line number Diff line number Diff line change @@ -635,8 +635,8 @@ impl Builder {
635
635
self
636
636
}
637
637
638
- /// Finds all rows whose array or range value on the stated `column` is
639
- /// contained by the specified `filter`.
638
+ /// Finds all rows whose array or range value on the stated `column`
639
+ /// overlaps with the specified `filter`.
640
640
///
641
641
/// # Example
642
642
///
You can’t perform that action at this time.
0 commit comments