From ae6df8f99931695a8d7ca8012b45a1264887a654 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 9 Mar 2018 17:52:52 -0800 Subject: [PATCH] Remove searchhidden from to do list. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2335ea5..b78c80a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ If you are interested in helping, please raise an issue before making any pull r - Ability to access user photos by user's ID, not just username. - Should album size be cached on disk? - Replace columns like area, ratio, bitrate by using expression indices or views (`width * height` etc). -- Add some way to support large image albums without flooding the search results. Considering a "hidden" property so that a handful of representative images can appear in the search results, and the rest can be found on the actual Album page. - Add a `Photo.merge` to combine duplicate entries. - Generate thumbnails for vector files without falling victim to bombs. - Allow photos to have nonstandard, orderby-able properties like "release year". How?