mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 04:54:09 +01:00
Merge pull request #1583 from turt2live/travis/general/fix-build-1
The `rank` in search results is actually a floating point number
This commit is contained in:
commit
b67f544026
|
|
@ -29,6 +29,8 @@ checkexamples: &checkexamples
|
||||||
source /env/bin/activate
|
source /env/bin/activate
|
||||||
cd event-schemas
|
cd event-schemas
|
||||||
./check_examples.py
|
./check_examples.py
|
||||||
|
cd ../api
|
||||||
|
./check_examples.py
|
||||||
|
|
||||||
genmatrixassets: &genmatrixassets
|
genmatrixassets: &genmatrixassets
|
||||||
name: Generate/Verify matrix.org assets
|
name: Generate/Verify matrix.org assets
|
||||||
|
|
|
||||||
|
|
@ -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