make search with location bookmarkable (fix #482) using geohash

set a default radius when a location is set, so it does not trigger a worldwide search
reduce pressure on server and view with debonce
This commit is contained in:
setop
2021-03-05 16:19:42 +00:00
committed by Thomas Citharel
parent 5be8872edc
commit 13f33b8393
3 changed files with 115 additions and 21 deletions

View File

@@ -332,7 +332,7 @@
</div>
</template>
<script lang="ts">
import { Component, Vue, Watch } from "vue-property-decorator";
import { Component, Vue } from "vue-property-decorator";
import {
ADMIN_SETTINGS,
SAVE_ADMIN_SETTINGS,