mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-17 08:34:11 +02:00
Merge pull request #234 from matrix-org/erikj/search_yet_agian
Note that count is approximate
This commit is contained in:
commit
7980e65502
|
|
@ -157,7 +157,7 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
count:
|
count:
|
||||||
type: number
|
type: number
|
||||||
description: Total number of results found
|
description: An approximate count of the total number of results found.
|
||||||
results:
|
results:
|
||||||
type: array
|
type: array
|
||||||
title: Results
|
title: Results
|
||||||
|
|
@ -298,7 +298,7 @@ paths:
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"next_batch": "5FdgFsd234dfgsdfFD",
|
"next_batch": "5FdgFsd234dfgsdfFD",
|
||||||
"count": 24,
|
"count": 1224,
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"rank": 0.00424866,
|
"rank": 0.00424866,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue