Steve-MP

Results 2 issues of Steve-MP

See https://docs.boltcms.io/5.0/templating/content-search#global-search The example use case: `{% if records|length == 0 %} {{ searchresult.no_of_results }} results for {{ searchTerm }} found. ` results in the runtime error `Variable "searchresult" does...

According to [the FusionAuth documentation](https://fusionauth.io/docs/v1/tech/apis/groups/#remove-users-from-a-group), there are two ways to remove a user from a group, and both use the URL to pass the request parameters to the FusionAuth API....