photoprism/internal/search
2022-03-31 17:11:43 +02:00
..
accounts.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
accounts_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
albums.go Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
albums_photos.go Albums: Exclude private pictures from downloads #1836 2022-01-03 12:51:59 +01:00
albums_results.go Folders: Include Path in Search #1737 2021-11-18 12:54:26 +01:00
albums_test.go Albums: Exclude private pictures from downloads #1836 2022-01-03 12:51:59 +01:00
faces.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
faces_results.go People: Improve performance & add counter to new faces page #1576 #1594 2021-10-06 11:19:07 +02:00
faces_test.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
geojson.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
geojson_result.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
geojson_result_test.go Places: Always load viewer contents from API and format ISO date 2021-11-26 22:32:13 +01:00
geojson_test.go Search: Improve album, albums, lens, and camera filters #1994 #2079 2022-03-24 18:30:59 +01:00
labels.go Albums: Shorten title and slug to avoid "data too long" error #2181 2022-03-24 21:46:25 +01:00
labels_results.go People: Simplify thumbnail API for face crops #22 2021-09-20 16:17:10 +02:00
labels_test.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
like.go Search: Make special character escaping compatible with SQLite #1994 2022-03-28 17:36:59 +02:00
like_test.go Search: Make special character escaping compatible with SQLite #1994 2022-03-28 17:36:59 +02:00
photos.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
photos_filter_album_test.go Tests: Refactor tests 2022-03-29 11:22:36 +02:00
photos_filter_albums_test.go Tests: Add test cases for AND and OR search 2022-03-29 11:23:04 +02:00
photos_filter_archived_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_camera_test.go Tests: Add unit tests for search 2022-03-30 11:43:59 +02:00
photos_filter_category_test.go Tests: Add unit tests for search 2022-03-30 11:43:59 +02:00
photos_filter_color_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_country_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_day_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_error_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_face_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_faces_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_favorite_test.go Tests: Add unit tests 2022-03-29 11:33:21 +02:00
photos_filter_filename_test.go Tests: Add unit tests for search 2022-03-31 16:56:32 +02:00
photos_filter_folder_test.go Tests: Add unit tests for search 2022-03-31 16:56:32 +02:00
photos_filter_geo_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_hash_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_hidden_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_lens_test.go Tests: Add unit tests for search 2022-03-30 11:43:59 +02:00
photos_filter_live_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_merged_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_mono_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_month_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_name_test.go Tests: Add unit tests for search 2022-03-31 16:56:32 +02:00
photos_filter_panorama_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_path_test.go Tests: Add unit tests for search 2022-03-31 16:56:32 +02:00
photos_filter_photo_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_portrait_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_primary_test.go Tests: Add unit tests for search 2022-03-30 18:21:43 +02:00
photos_filter_private_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_public_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_raw_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_review_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_scan_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_stack_test.go Tests: Add unit tests 2022-03-29 13:08:24 +02:00
photos_filter_stackable_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_state_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_type_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_uid_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_filter_unsorted_test.go Tests: Add unit tests 2022-03-29 14:01:22 +02:00
photos_filter_unstacked_test.go Tests: Add unit tests 2022-03-29 13:08:24 +02:00
photos_filter_video_test.go Tests: Add search tests 2022-03-29 13:35:26 +02:00
photos_filter_year_test.go Tests: Refactor unit tests 2022-03-30 11:44:25 +02:00
photos_results.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
photos_results_test.go Search: Refactor photo search, fix test data and unit tests #1994 2022-03-29 00:21:50 +02:00
photos_test.go Tests: Add unit tests for camera and lens filter #2079 2022-03-28 16:25:40 +02:00
search.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
search_test.go Search: Refactor photo search, fix test data and unit tests #1994 2022-03-29 00:21:50 +02:00
select.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
select_test.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
subjects.go Search: Fix query string substitutions and sanitation #1930 2022-01-17 16:07:31 +01:00
subjects_results.go People: Hide person from people and new faces overviews #1554 2021-10-06 15:27:17 +02:00
subjects_test.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
viewer.go UX: Refactor photo viewer API and frontend components #1307 #1438 2022-03-31 17:11:43 +02:00
viewer_test.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00