HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SphinxSearch Vanilla 2.6 compatibility
To get the SphinxSearch plugin working under Vanilla 2.6, you need to change a couple of lines of code.
In the plugin, find all instances of Gdn::Session()->GetPermissions();
and replace with Gdn::Session()->getPermissionsArray();
3
Comments
@jamesinc Hi, thanks for the suggestion. I haven't been active on these forums in a while. Can you please initiate a pull request with your changes? https://github.com/bauerjj/SphinxSearchPlugin
@mcu_hq done
@jamesinc I updated the plugin for 2.6 compatibility finally on github. The next task will be replicating the advanced search dropdown menu like what is shown here on the official Vanilla Forums.