diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-11-02 08:57:00 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-11-02 08:57:00 +0100 |
| commit | a994d439afb7d308796679d6ce68747ee28cc574 (patch) | |
| tree | 84d05a9a53174c8c150df611c67540dd238ee82b /htroot/index.html | |
| parent | 46f37e38dc0e73653edc52112424cae66be6778b (diff) | |
Added description of spatial restrictions in search options
Diffstat (limited to 'htroot/index.html')
| -rw-r--r-- | htroot/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htroot/index.html b/htroot/index.html index aebc08fe0..befbb6523 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -176,6 +176,15 @@ <dd>only files from a local file system (<a href="ConfigBasic.html">Intranet Indexing</a> must be selected)</dd> </dl> </dd> + <dt style="width:100px">spatial restrictions</dt> + <dd> + <dl style="width:500px"> + <dt>/location</dt> + <dd>only documents having location metadata (geographical coordinates)</dd> + <dt>/radius/<latitude>/<longitude>/<distance></dt> + <dd>only documents within a square zone embracing a circle of given radius (in decimal degrees) around the specified latitude and longitude (in decimal degrees)</dd> + </dl> + </dd> <dt style="width:100px">ranking modifier</dt> <dd> <dl style="width:500px"> |
