Closed Mark-Simulacrum closed 9 years ago
Yeah query and search are the same thing, right?
Perhaps - I haven't worked much with URI/URL parsing before. It seems odd to call it the search string, since in some/many cases it has nothing to do with search. I guess it is a matter of opinion though.
As far as my opinion goes, it is more a matter of what the browser implements in window.location
, which is search
.
I did not know that window.location
had search
and not query
. I see why we use search
now.
Thank you for explaining.
of course! :)
From what I have found on the internet,
?=testing=foo
is the query string, not the search string.