immich/mobile/openapi/doc/PlacesResponseDto.md
martin a2934b8830
feat(server, web): search location (#7139)
* feat: search location

* fix: tests

* feat: outclick

* location search index

* update query

* fixed query

* updated sql

* update query

* Update search.dto.ts

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>

* coalesce

* fix: tests

* feat: add alternate names

* fix: generate sql files

* single table, add alternate names to query, cleanup

* merge main

* update sql

* pr feedback

* pr feedback

* chore: fix merge

---------

Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
2024-02-23 19:42:37 -05:00

560 B
Generated

openapi.model.PlacesResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
admin1name String [optional]
admin2name String [optional]
latitude num
longitude num
name String

[Back to Model list] [Back to API list] [Back to README]