SWIRL SEARCH 1.4 #32
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.4
This version expands usability for multiple topics by adding default providers plus tagging of searchproviders, search and result objects. Tags can be specified freely in combination with provider name and/or id. More tag-based enhancements are coming soon.
Additions
🔹New SearchProvider properties "Default" and "Tags"
SearchProviders can now be organized using Tags - json lists that can hold any monicker desired for one or more providers. Tags can be specified in search objects using the searchprovider_list, and freely combined with provider names or IDs. If no searchprovider_list is specified, only providers with Default = True will be run.
This allows you to set up a set of general use providers as 'default' and ones for specific topics under various tags. For example:
SearchProvider:
Search:
Read more: Organizing SearchProviders with Active, Default and Tags
🔹 New PostGresql Connector
The funding database example has also been updated to run with PostGresql.
Read more: PostGresql Connector
Changes
🔹 New property SWIRL_EXPLAIN in swirl_server/settings.py now controls the default Relevancy explain setting.
The default is True.
🔹 Relevancy has been improved, particularly for one-term queries, and the all-terms boost has been retired.
Known Issues
🔹 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.
🔹 Watch out for log files in logs/*.log. They'll need periodic purging. Rollover is planned for a future release.
Documentation
Support
🔹 Create an Issue if something doesn't work, isn't clear, or should be documented - we'd love to hear from you!
🔹 Paid support and consulting are available... contact SWIRL for more information.
This discussion was created from the release SWIRL SEARCH 1.4.
Beta Was this translation helpful? Give feedback.
All reactions