mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
fix: remove onlyOnTypes from mustMatch
- Execute sort on all types (results include only types that are possible to sort) - mustMatch filters types with and AND (e.g. a type that can be sorted by distance must be building and room and point of interest) Closes #83
This commit is contained in:
committed by
Rainer Killinger
parent
9488451080
commit
1d5f99b1fa
@@ -509,7 +509,7 @@ export interface ESGeoDistanceSortArguments {
|
||||
|
||||
[field: string]: {
|
||||
/**
|
||||
* Latitute
|
||||
* Latitude
|
||||
*/
|
||||
lat: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user