This PR has two parts related with the search functionality in JavaScript code:
Give some meaningful output when the user searches WGS84 (all together). The name of the CRS in EPSG is WGS 84 with a space. Before this PR searching WGS84 was not giving any result from EPSG. No writing the space is something usual (including myself).
Searching for a string like EPSG:4326 should return the correspondent CRS. Before this PR the behaviour was different in the general search and in the authority search.
This PR has two parts related with the search functionality in JavaScript code:
WGS84
(all together). The name of the CRS in EPSG isWGS 84
with a space. Before this PR searching WGS84 was not giving any result from EPSG. No writing the space is something usual (including myself).EPSG:4326
should return the correspondent CRS. Before this PR the behaviour was different in the general search and in the authority search.