Swirl Metasearch 1.10 #223
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.10
This version adds Quergy integration, improved and configurable hit highlighting, plus YouTrack SearchProviders and support for the open source Spyglass UI
PLEASE STAR OUR REPO: https://github.com/swirlai/swirl-search
Improves hit highlighting, and now supports configurable highlighting character(s) or tags with default term
Resolves issues with hit highlighting, BigQuery, providers that don't specify RESULTS and more
Adds Optional Spyglass UI integration
New Features
🔹 Swirl now incorporates feedback from Quergy including synonyms and other rewrites.
The terms are highlighted and used in relevancy.
🔹 Highlighting has been improved and supports tags as well as character markings. The default, specified in
swirl_server/settings.py
, is:🔹 New YouTrack SearchProviders allows searching through Issues and Articles.
Here's the Issues provider JSON:
Here is an example result in JSON:
Resolved Issues
🔹 BigQuery connector error with single result_mapping that is type date #146
🔹 Review parsing of credentials and tokens everywhere #159
🔹 Hit highlighting: no highlighting of title terms with adjacent punctuation #77
🔹 Swirl now handles Unix-style dates in SearchProvider responses
🔹 RequestsGet no longer requires a
RESULTS
entry in the response_mappingKnown Issues
🔹 Creating searches from a browser with q= can sometimes create two Search objects.
This is because of browser prefetch AKA predictive service. Turn off Chrome prediction service. Turn off Safari prefetch
Please report any issues with this to support.
Upgrading
Documentation Wiki
🔹 Quick Start
🔹 User Guide
🔹 Developer Guide
🔹 Admin Guide
Support
🔹 Create an Issue if something doesn't work, isn't clear, or should be documented
🔹 Email: support@swirl.today with issues, requests, questions, etc - we'd love to hear from you!
This discussion was created from the release Swirl Metasearch 1.10.
Beta Was this translation helpful? Give feedback.
All reactions