etiquette/etiquette
Ethan Dalool 5f6d21fdee Give Photos a searchhidden property.
By default, photos with searchhidden do not appear in the search
results. This allows a small number of representative images from
a large album to appear in the results, while the rest can be
found on the album's page.

The same effect could be achieved with a tag and forbid search,
but tag searching has much higher cost and it would be more difficult
to implement as a default behavior without requiring lots of special
checks whenever listing tags etc.
2018-03-09 17:10:27 -08:00
..
__init__.py Move export functions to their own module. 2017-06-11 22:55:45 -07:00
constants.py Give Photos a searchhidden property. 2018-03-09 17:10:27 -08:00
decorators.py Allow PDB.rollback to take a savepoint; Warn early commits. 2018-03-05 21:35:36 -08:00
exceptions.py Add some more exception hierarchy. Exists / InvalidUN/PW. 2018-02-16 22:13:54 -08:00
helpers.py Update truthystring to return bool, not given int. 2018-02-24 23:01:44 -08:00
jsonify.py Give Photos a searchhidden property. 2018-03-09 17:10:27 -08:00
objects.py Give Photos a searchhidden property. 2018-03-09 17:10:27 -08:00
photodb.py Give Photos a searchhidden property. 2018-03-09 17:10:27 -08:00
searchhelpers.py Give Photos a searchhidden property. 2018-03-09 17:10:27 -08:00
tag_export.py Rename Tag.synonyms -> get_synonyms. 2018-02-16 23:01:07 -08:00