Releases: simonw/datasette-search-all
Releases · simonw/datasette-search-all
1.1.4
- More CSS compatibility with future Datasette alpha releases. #21
1.1.3
- Now skips tables ending in
_fts
to avoid duplicate search results in most recent Datasette alphas.
- Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. #20, datasette#2417
1.1.2
- Upgraded for compatibility with the Datasette 1.0 alpha series. #19
1.1.1
- Fixed bug where navigation bar showed twice on Datasette 0.63 or higher.
1.1
- Plugin now checks table permissions, and only attempts to search tables that the user has permission to view. #16
- Now requires Datasette 0.61 or higher
1.0.1
- Form inputs are now wrapped in a paragraph, making form less cramped when displayed next to metadata. #12
1.0
- Added loading indicators. #7
- URLs in search results are turned into links. #9
- Now uses
datasette.urls
to construct paths that work with the base_url
config setting. #10
- Adds a link to Datasette navigation menu. #11
0.3
- Fix for compatibility with Datasette 0.45, through switching to new
register_routes
plugin hook. #8
0.2.1
Improvements to the README.
0.2
Non-JavaScript fallback: #6.