SWIRL SEARCH 1.7 #71
sidprobstein
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SWIRL SEARCH 1.7
This version incorporates feedback around UI and hosting usability.
PLEASE STAR OUR REPO: http://swirl.today/
New Features
🔹 The new qs URL parameter provides a synchronous response, with no need to poll or handle a redirect.
qs accepts the same arguments as the q parameter:
The result_mixer can be specified as well:
Only the first page of results are provided. Use the next_page link in the info.results block to access additional pages.
More details: Getting synchronous results with the qs URL Parameter
🔹 Django User permissions are now enforced on SearchProvider, Search and Result objects.
More details: Permissioning Users
Changes
🔹 swirl.py now supports a
logs
command that will output all log files to the consoleIssues Resolved
🔹 key error: 'searchprovider_rank' when processing results with GenericResultProcessor
🔹 PostgreSQL driver Psycopg2 issues
The PostgreSQL connector has been removed from [swirl.connectors.init]](../swirl/connectors/init.py) to avoid warnings, and the documentation has been updated.
Known Issues
🔹 SWIRL won't highlight terms that have preceeding or trailing quotes
For example
'hello
or'hello'
. These may be quite acceptable to search engines as phrase searches. This will be fixed in a future release.🔹 Creating searches from a browser with q= can sometimes create two Search objects.
This is because of browser prefetch. Turn off Chrome prefetch. Turn off Safari prefetch
Please report any issues with this to support.
Upgrading
Documentation
Support
🔹 Create an Issue if something doesn't work, isn't clear, or should be documented
🔹 Email: [email protected] with issues, requests, questions, etc - we'd love to hear from you!
This discussion was created from the release SWIRL SEARCH 1.7.
Beta Was this translation helpful? Give feedback.
All reactions