Joshua Ferraro a écrit :
> Hi Paul,
>
> Can you give more information about what the current bugs with scan
> index are and how this patch resolves them?
>   
Are the notes not enough ?
"
In search form, the user can search for a given index for scanning. The 
terms are then searchable, but it was without the scan term (kw search), 
returning too many results.
    This patch fixes the behaviour : a scan search on an index results 
in a index search in the term page
"

Example :
do a scan search on title=tower.
you get
tower 10
towers 23
towering 1
tozer 2


if you click on tower, you do a kw=tower before this patch.
with this patch, you do a ti=tower, which is what is expected by the 
user (as he investigated the scan for title)

-- 
Paul POULAIN
http://www.biblibre.com
Expert en Logiciels Libres pour l'info-doc
Tel : 04 91 31 45 19 

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to