cityofaustin / techstack

Project management for the City of Austin's new digital service delivery platform, Austin.gov.
11 stars 3 forks source link

Searching for document file names #5046

Open InaraFernandez opened 3 years ago

InaraFernandez commented 3 years ago

When I work on OPO official docs, I have to upload the corresponding complaint doc into the page. Each document is identified by a unique ICMS number. Since that number is only useful for internal purposes, we end up giving the document, once uploaded into joplin, a generic title- one that is often shared by several different documents. The "title" column in the image below is the generic name and the "file" is the original title of the file, which is the ICMS number.

image.png

The problem with this is that it becomes very tedious to search documents when wanting to add a document or make any edits. Sometimes I have to scroll through multiple pages within the document search to get to my document. Is there a way to expand search to the "file" column as well?

chiaberry commented 3 years ago

possibly related to #4775

InaraFernandez commented 3 years ago

@chiaberry I think they're two similar issues except this one is just to cut out a step in trying to track down a document when you're creating a document page.

chiaberry commented 3 years ago

It is doable, but it would take a bit of effort on the dev side. We'd need to make a new document model that allows searching the extra fields and migrate all the existing documents over to that model.

moving to the icebox for now