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