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
|
||||
cd event-schemas
|
||||
./check_examples.py
|
||||
cd ../api
|
||||
./check_examples.py
|
||||
|
||||
genmatrixassets: &genmatrixassets
|
||||
name: Generate/Verify matrix.org assets
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue