immich/server/src/domain
Mert e334443919
feat(server, web): smart search filtering and pagination (#6525)
* initial pagination impl

* use limit + offset instead of take + skip

* wip web pagination

* working infinite scroll

* update api

* formatting

* fix rebase

* search refactor

* re-add runtime config for vector search

* fix rebase

* fixes

* useless omitBy

* unnecessary handling

* add sql decorator for `searchAssets`

* fixed search builder

* fixed sql

* remove mock method

* linting

* fixed pagination

* fixed unit tests

* formatting

* fix e2e tests

* re-flatten search builder

* refactor endpoints

* clean up dto

* refinements

* don't break everything just yet

* update openapi spec & sql

* update api

* linting

* update sql

* fixes

* optimize web code

* fix typing

* add page limit

* make limit based on asset count

* increase limit

* simpler import
2024-02-12 20:50:47 -05:00
..
access chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
activity chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
album chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
api-key chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
asset feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
audit chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
auth refactor: authentication on public routes (#6765) 2024-02-13 01:47:26 +00:00
database feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00
download chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
job chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
library feat(server): server-side checking of duplicate import paths and exclusion patterns (#6993) 2024-02-09 13:02:11 -05:00
media chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
metadata fix(server): check if sidecarPath exists (#6293) 2024-02-07 17:30:38 +00:00
partner chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
person feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
repositories feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
search feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
server-info chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
shared-link chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
smart-info feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
storage feat(server): restore modified at timestamp after upload, preserve when copying (#7010) 2024-02-11 22:40:34 -06:00
storage-template feat(server): restore modified at timestamp after upload, preserve when copying (#7010) 2024-02-11 22:40:34 -06:00
system-config feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
tag chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
trash feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
user fix(server): use luxon for deleted date calculation (#6958) 2024-02-08 16:56:19 -05:00
domain.config.ts feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00
domain.constant.spec.ts feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00
domain.constant.ts feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00
domain.module.ts refactor(server): trash endpoints (#6652) 2024-01-26 11:48:37 -05:00
domain.util.ts feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
index.ts refactor(server): trash endpoints (#6652) 2024-01-26 11:48:37 -05:00