Merge pull request #1583 from turt2live/travis/general/fix-build-1

The `rank` in search results is actually a floating point number
pull/977/head
Travis Ralston 6 years ago committed by GitHub
commit b67f544026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save