django-filer icon indicating copy to clipboard operation
django-filer copied to clipboard

Search for filenames that contain underscores

Open thomasjonas opened this issue 9 years ago • 1 comments

When I search for a file using FAC_0075 as the query, the search parameter gets transformed to FAC�75. This also doesn't return any results... With some debugging I've found out that this has to do with search_terms = unquote(q).split(" ") in folderadmin.py.

Replacing this with urllib.unquote(q).decode('utf8').split(" ") seems to fix the problem, but I don't know if this would have any other consequences.

thomasjonas avatar Nov 15 '16 15:11 thomasjonas

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 28 '22 22:07 stale[bot]

This will now be closed due to inactivity, but feel free to reopen it.

stale[bot] avatar Aug 31 '22 00:08 stale[bot]