A cornerstone of the redesign will be
a truly simple, simple search. One search box, one button, nothing else. A single search box is only feasible if the search "behaves" intuitively, and this one does: words within quote marks are searched as a phrase, words outside of quote marks are automatically boolean ANDed, and the search is executed as a
keyword anywhere search, with relevance ranking [1]. If that sounds Google-like, it was meant to be.
Why haven't we seen similar simple search interfaces for WebVoyáge? The search logic is made possible via an enhancement to Voyager 6.1 and thus is available to all customers, but the stripped down interface requires the use of a wrapper script and that takes some programming.
To judge for yourself whether this is an improvement, compare it to
our current "simple in name only" search.
[1] Per the GKEY^* definition in the Sysadmin module and WebVoyáge config files. Note that the relevance ranking algorithm is far from ideal.