kostopravby

Results 4 issues of kostopravby

Arrow down need to change to arrow up ![Screenshot 2021-08-19 112954](https://user-images.githubusercontent.com/29959329/130035922-a12c500d-63ff-49cc-8212-9bb283deea8f.png)

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.