As reported by several people such as https://github.com/pelias/pelias/issues/805 and #16 There is an encoding bug where the requests sent by the compare app are incorrect in the following conditions: - `text` param is present and not the final param - `text` contains a reserved URL character such as `&` or `#`
As reported by several people such as pelias/pelias#805 and #16
There is an encoding bug where the requests sent by the compare app are incorrect in the following conditions:
textparam is present and not the final paramtextcontains a reserved URL character such as&or#