Releases: dogsheep/dogsheep-beta
Releases · dogsheep/dogsheep-beta
0.10.2
- Fixed bug where searches consisting only of whitespace caused a server error. #33
0.10.1
- Fix for error if search query contains hyphens such as
github-to-sqlite
. #31
0.10
- Now depends on sqlite-utils >= 3.0. #30
- The user's original search term is now passed to the
display_sql
SQL query as the :q
parameter. #29
0.9
- Facet by date. #16
- Now depends on Datasette 0.50.2
- Uses
datasette.client
and passes through authentication cookies. #28
0.9a0
- Added by date, as part of developing a timeline view. #16
0.8
- New
template_debug
configuration setting. #25
- Templates now autoescape by default, use
{{ display.foo|safe }}
if you know you want HTML not to be escaped.
- Fixed bug where the wrong template fragment could be used for a row. #24
- Sort order is now persisted when you execute a new search. #23
0.7.1
- Fixed bug with sort orders displayed for the timeline view. #22
0.7
- Option to sort by relevance / oldest / newest. #21
- Renamed
table
column to type
. #17
- New
-d
option for passing one or more databases to index. Without this all databases in the config file will be indexed.
0.7a0
- Renamed
table
column to type
. #17
- New
-d
option for passing one or more databases to index. Without this all databases in the config file will be indexed.
0.6
- Rerun the search query with FTS quoting if a SQLite FTS error occurs. This means searching for e.g. "#dogfest" will no longer throw an error, while still supporting advanced SQLite FTS syntax. #14
- Maximum width 100% on images in results
- Don't display facet headers if there are no results for that facet.