The issue is located in this file osclass-v8.1.2/oc-includes/osclass/controller/search.php arround line 224.
In fact, after first load $searchUri == $_base_url . $this->uri then we loop on same url ($this->redirectTo($searchUri, 301)).
When I comment this block, my website seems work.