[PR #101] [CLOSED] Correct search docs regarding album search term #120

Closed
opened 2026-03-02 16:47:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/photoprism/photoprism-docs/pull/101
Author: @des4maisons
Created: 1/30/2022
Status: Closed

Base: masterHead: search-docs-update


📝 Commits (1)

  • 2a7ba9a Correct search docs regarding album search term

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/user-guide/organize/search.md (+1 -1)

📄 Description

When trying to use the search docs to search only for photos in a certain album, I found that using the syntax described on the docs (albums:"<title of album>") did not work for me. I had to use album:"<ID of album>" (album with no S, and ID instead of title of album) to get the expected results.

For example, the following worked (I found the string ID of the album in the URL for that album):
album-search

However searching by the album name (eg album:"2022-01-23" or albums:"2022-01-23") included many pictures not in the album. Searching with albums: (with S) and using the ID of the album returned no results (eg albums:"ar66h2u1kjj3myku").

This change updates the docs according to my experience.

However I'm new to photoprism and I suspect that I'm missing something. Please feel free to tell me what I'm doing wrong, and indicate to me how I can clarify the docs so that others don't run into the same thing as me.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/photoprism/photoprism-docs/pull/101 **Author:** [@des4maisons](https://github.com/des4maisons) **Created:** 1/30/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `search-docs-update` --- ### 📝 Commits (1) - [`2a7ba9a`](https://github.com/photoprism/photoprism-docs/commit/2a7ba9acafac8c0eafa4470feae6f564c3f16f1a) Correct search docs regarding album search term ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/user-guide/organize/search.md` (+1 -1) </details> ### 📄 Description When trying to use the [search docs](https://docs.photoprism.app/user-guide/organize/search/) to search only for photos in a certain album, I found that using the syntax described on the docs (`albums:"<title of album>"`) did not work for me. I had to use `album:"<ID of album>"` (`album` with no S, and ID instead of title of album) to get the expected results. For example, the following worked (I found the string ID of the album in the URL for that album): ![album-search](https://user-images.githubusercontent.com/684904/151703991-88e9a34c-8fdc-4661-b3eb-ba887d544d36.png) However searching by the album name (eg `album:"2022-01-23"` or `albums:"2022-01-23"`) included many pictures not in the album. Searching with `albums:` (with S) and using the ID of the album returned no results (eg `albums:"ar66h2u1kjj3myku"`). This change updates the docs according to my experience. However I'm new to photoprism and I suspect that I'm missing something. Please feel free to tell me what I'm doing wrong, and indicate to me how I can clarify the docs so that others don't run into the same thing as me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:47:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/photoprism-docs#120
No description provided.