mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 14:04:10 +01:00
The rank in search results is actually a floating point number
This was accidentally changed in https://github.com/matrix-org/matrix-doc/pull/1571 and appears to be the only instance.
This commit is contained in:
parent
a4da7c8b69
commit
e9579a7840
|
|
@ -198,7 +198,7 @@ paths:
|
||||||
description: The result object.
|
description: The result object.
|
||||||
properties:
|
properties:
|
||||||
rank:
|
rank:
|
||||||
type: integer
|
type: number
|
||||||
description: A number that describes how closely
|
description: A number that describes how closely
|
||||||
this result matches the search. Higher is
|
this result matches the search. Higher is
|
||||||
closer.
|
closer.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue