kostopravby
kostopravby
Arrow down need to change to arrow up 
I'm using MySQL as db backend on dev and PostgreSQL on production. Searching is case-insensitive only with MySQL db backend. With PostgreSQL I've got empty result.
If I'm using MySQL as db backend all ok. If I switch to PostgreSQL then I have error: ` "message": "SQLSTATE[42883]: Undefined function: 7 ERROR: function substring_index(character varying, unknown, integer)...
I changed default url for authenticated users in lit config but nothing is happened. I changed litstack/src/Auth/Controllers/AuthController.php line 58 to this: ``` Session::pull('url.intended', $this->defaultUrl); return redirect($this->defaultUrl); ``` Now it's working.