[GH-ISSUE #577] Search by partial document title (node title) #450

Closed
opened 2026-02-25 21:31:57 +03:00 by kerem · 1 comment
Owner

Originally created by @ciur on GitHub (Jan 15, 2024).
Original GitHub issue: https://github.com/ciur/papermerge/issues/577

Originally assigned to: @ciur on GitHub.

Description

Search results should reveal all nodes with title partially matching the search text. "Partial match" in this case means that
exact searched text is contained within node title.

Couple of examples:

  1. if user searches by "5025" then file document "brother_005025.pdf" should be returned as part of search results.
  2. if user searches by "4998" then document "brother_004998.pdf" should to be in search results.

Currently (as of 3.0.1) searches 1. and 2. do not yield any search results.

Info:

  • Papermerge Version: 3.0.1
Originally created by @ciur on GitHub (Jan 15, 2024). Original GitHub issue: https://github.com/ciur/papermerge/issues/577 Originally assigned to: @ciur on GitHub. **Description** Search results should reveal all nodes with title partially matching the search text. "Partial match" in this case means that exact searched text is contained within node title. Couple of examples: 1. if user searches by "5025" then file document "brother_005025.pdf" should be returned as part of search results. 2. if user searches by "4998" then document "brother_004998.pdf" should to be in search results. Currently (as of 3.0.1) searches 1. and 2. do not yield any search results. **Info:** - Papermerge Version: 3.0.1
kerem 2026-02-25 21:31:57 +03:00
  • closed this issue
  • added the
    bug
    medium
    labels
Author
Owner

@ciur commented on GitHub (Jan 18, 2024):

All I needed to do is perform inexact queries with "*" in search bar i.e. search by "*5025" and "*4998". Feature was already there, was just not documented.
Documentation was updated: https://docs.papermerge.io/3.0/user/search/

<!-- gh-comment-id:1897942720 --> @ciur commented on GitHub (Jan 18, 2024): All I needed to do is perform inexact queries with "*" in search bar i.e. search by "*5025" and "*4998". Feature was already there, was just not documented. Documentation was updated: https://docs.papermerge.io/3.0/user/search/
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/papermerge#450
No description provided.