aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Database/Adapter/Elasticsearch/Search.php
AgeCommit message (Collapse)Author
2017-04-19Silently ignore invalid (already deleted) pastesChristian Weiske
ElasticSearch takes a bit to delete a paste, and we got exceptions when trying to list recent pastes when one of them had been deleted. Resolves: https://github.com/cweiske/phorkie/issues/25
2012-10-01Use commit timestamps for ElasticSearch and sort on last commit time.Justin J. Novack
2012-05-07implement request #3: show recent pastes in "New paste" screen sidebarChristian Weiske
2012-05-07add interfaces for database adapterChristian Weiske
2012-05-07move elasticsearch code in one folderChristian Weiske