Details
Description
E.g.,
An "all fields" search of:
Multiculturalism and the foundations of meaningful life reconciling
autonomy identity and community
will not display facets:
Error: mismatched tag. Expected: </br>.
Source File:
http://vufind.org/demo/Search/AJAX?method=3DGetNarrowOptions&q=
uery=3D((titleStr:%22Multiculturalism%20And%20The%20Foundations%20Of%20Mean
=
ingful%20Life%20Reconciling%20Autonomy%20Identity%20And%20Community%22^1000
=
...etc...
But, if you remove the last term, community, it will succeed.
I think the problem is due to the getNarrowOptions function in
web/services/Search/ajax.js performing an HTTP GET with a huge URL
(QUERY_STRING).
I wonder if solving this problem is as easy as performing an HTTP POST
instead of GET in getNarrowOptions?
An "all fields" search of:
Multiculturalism and the foundations of meaningful life reconciling
autonomy identity and community
will not display facets:
Error: mismatched tag. Expected: </br>.
Source File:
http://vufind.org/demo/Search/AJAX?method=3DGetNarrowOptions&q=
uery=3D((titleStr:%22Multiculturalism%20And%20The%20Foundations%20Of%20Mean
=
ingful%20Life%20Reconciling%20Autonomy%20Identity%20And%20Community%22^1000
=
...etc...
But, if you remove the last term, community, it will succeed.
I think the problem is due to the getNarrowOptions function in
web/services/Search/ajax.js performing an HTTP GET with a huge URL
(QUERY_STRING).
I wonder if solving this problem is as easy as performing an HTTP POST
instead of GET in getNarrowOptions?
Issue Links
| This issue is incorporated by: | ||||
| VUFIND-134 | Finish implementation of Search Object |
|
|
|