]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Acq: add search-by-file-of-terms to unified search
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Apr 2010 20:17:55 +0000 (20:17 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Apr 2010 20:17:55 +0000 (20:17 +0000)
commitf714b9a6afe913f9d4d42cd69b604d0fe57c1a09
tree1cd0da849f51e3d7aa75ba256794584c2a2b4b9d
parentfbe57697a472743ecbfc17bb6d93e7c14ed6d48c
Acq: add search-by-file-of-terms to unified search

This feature was present in the now deprecated lineitem search interface.
It works, but it is severely limited at the moment in the number of search
terms you can use, because search queries are made into URIs before the
search actually happens (in order to make backing up to old search results
possible), and at a certain point, very large URIs become infeasible.

Some adjustments to how search history is made naviagable may be in order.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16230 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/css/skin/default/acq.css
Open-ILS/web/js/dojo/openils/widget/XULTermLoader.js [new file with mode: 0644]
Open-ILS/web/js/dojo/openils/widget/nls/XULTermLoader.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/acq/search/unified.js
Open-ILS/web/templates/default/acq/search/unified.tt2