Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enhance search #7127

Merged
merged 34 commits into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
dcb50f4
feat: hybrid search
alextran1502 Feb 14, 2024
5272b9c
fixing normal search
alextran1502 Feb 14, 2024
a1632ca
building out the query
alextran1502 Feb 14, 2024
0659670
okla
alextran1502 Feb 15, 2024
69feee7
Merge branch 'main' of github.com:immich-app/immich into feat/hybrid-…
alextran1502 Feb 15, 2024
564db3f
filters
alextran1502 Feb 15, 2024
eaaa4b3
date
alextran1502 Feb 15, 2024
7cbae96
order by date
alextran1502 Feb 15, 2024
66c8d8b
Remove hybrid search endpoint
alextran1502 Feb 15, 2024
6857486
remove search hybrid endpoint
alextran1502 Feb 15, 2024
0f2ca45
faces query
alextran1502 Feb 15, 2024
df867e6
search for person
alextran1502 Feb 15, 2024
237ba67
search and pagination
alextran1502 Feb 15, 2024
df7d35c
Merge branch 'main' of github.com:immich-app/immich into feat/hybrid-…
alextran1502 Feb 16, 2024
915cf5d
with exif
alextran1502 Feb 16, 2024
1d007ba
with exif
alextran1502 Feb 16, 2024
70f8dd6
justify gallery viewer
alextran1502 Feb 16, 2024
d18348c
memory view
alextran1502 Feb 16, 2024
10f0540
Fixed userId is null
alextran1502 Feb 16, 2024
70cb837
openapi and styling
alextran1502 Feb 16, 2024
b58de43
searchdto
alextran1502 Feb 16, 2024
606970f
lint and format
alextran1502 Feb 16, 2024
2e0aee3
remove term
alextran1502 Feb 16, 2024
f7adc7e
generate sql
alextran1502 Feb 16, 2024
8e14487
fix test
alextran1502 Feb 16, 2024
da98bdd
chips
alextran1502 Feb 16, 2024
25251a3
not showing true
alextran1502 Feb 16, 2024
f8b2d01
pr feedback
alextran1502 Feb 17, 2024
2e74ff6
pr feedback
alextran1502 Feb 17, 2024
ea761b6
nit name
alextran1502 Feb 17, 2024
9ad4d51
linting
alextran1502 Feb 17, 2024
195c0c5
pr feedback
alextran1502 Feb 17, 2024
5e9a670
styling
alextran1502 Feb 17, 2024
1f3ac7a
linting
alextran1502 Feb 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mobile/openapi/.openapi-generator/FILES

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions mobile/openapi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions mobile/openapi/doc/AssetApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions mobile/openapi/doc/MetadataSearchDto.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading