Results 6 comments of dev2a

hi, you have to use the same version of node that qode use to know which version to use simply use this ```bash qode -v ``` the best solution is...

new PR created #1518

use 1.9.0 v1.10.0 only add 5.4 compatibility ;)

This will work but return some unwanted result (`_` is any character in MySQL) ```php $sqlFilter = urlencode("t.nom:=:'myThirdarty _MT_'"); ```

> We should use `LIKE` with this method (instead of =) ? It works with `=` and is more close to the expected result (`_` is only one of any...

@barryvdh Is there anything more to do?