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.
pull/977/head
Travis Ralston 6 years ago
parent a4da7c8b69
commit e9579a7840

@ -198,7 +198,7 @@ paths:
description: The result object.
properties:
rank:
type: integer
type: number
description: A number that describes how closely
this result matches the search. Higher is
closer.

Loading…
Cancel
Save