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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue