ciur / papermerge

Open Source Document Management System for Digital Archives (Scanned Documents)
https://papermerge.com
Apache License 2.0
2.41k stars 257 forks source link

Search by partial document title (node title) #577

Closed ciur closed 5 months ago

ciur commented 5 months ago

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:

ciur commented 5 months ago

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/