Thanks for the fast response!
My use case is that we have a library of files (documents, spreadsheets, maps, etc.) that we are using Relevanssi to search. For the most part, sorting by relevance is all that is required. However, in some cases two or more documents have the same relevance score. In those cases we would like the documents sorted by the secondary key, title.
I am interested in the preview and will email you.
Thanks again,
Michael
There appears to be a bug in the source file column-shortcodes.php.
In the function frontend_styles() there is a call to get_url() which is a wrapper for plugin_dir_url(). Per the WordPress function reference, plugin_dir_url() (see https://developer.wordpress.org/reference/functions/plugin_dir_url/) returns the path of the plugin including the trailing slash. The function frontend_styles() also adds a slash, ergo you get a double slash.