Bug 24088 - Add link to item search in staff client main page
Summary: Add link to item search in staff client main page
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-22 13:14 UTC by Fridolin Somers
Modified: 2021-08-17 06:15 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 24088: Add link to item search in staff client main page (1.52 KB, patch)
2019-11-22 13:21 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 24088: Add link to item search in staff client main page (1.57 KB, patch)
2019-11-22 20:45 UTC, Maryse Simard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2019-11-22 13:14:16 UTC
In  staff client main page, there is a link to advanced search.
I propose to add a link to item search below it.
Comment 1 Fridolin Somers 2019-11-22 13:21:15 UTC
Created attachment 95721 [details] [review]
Bug 24088: Add link to item search in staff client main page

In  staff client main page, there is a link to advanced search.
I propose to add a link to item search below it.

This search is very usefull, it needs more visibility.

Test plan :
1) Loggin to staff client
2) On main page /cgi-bin/koha/mainpage.pl
3) Check you see a big link to item search below advanced search
4) Click on it and check you go to item search
Comment 2 Maryse Simard 2019-11-22 20:45:15 UTC
Created attachment 95740 [details] [review]
Bug 24088: Add link to item search in staff client main page

In  staff client main page, there is a link to advanced search.
I propose to add a link to item search below it.

This search is very usefull, it needs more visibility.

Test plan :
1) Loggin to staff client
2) On main page /cgi-bin/koha/mainpage.pl
3) Check you see a big link to item search below advanced search
4) Click on it and check you go to item search

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Comment 3 Liz Rea 2019-12-10 19:55:47 UTC
This search is already on every page, in the header under "search"

I agree the search is useful, but I think this is cluttering.
Comment 4 Owen Leonard 2019-12-10 19:58:27 UTC
One could also add a link to the header menu using the IntranetNav system preference if you wanted to avoid that click:

<li><a href="/cgi-bin/koha/catalogue/itemsearch.pl">Item search</a></li>

In my opinion we don't need such a prominent link on the home page.
Comment 5 Katrin Fischer 2020-01-28 21:22:27 UTC
(In reply to Owen Leonard from comment #4)
> One could also add a link to the header menu using the IntranetNav system
> preference if you wanted to avoid that click:
> 
> <li><a href="/cgi-bin/koha/catalogue/itemsearch.pl">Item search</a></li>
> 
> In my opinion we don't need such a prominent link on the home page.

+1
Comment 6 Fridolin Somers 2020-01-30 08:19:42 UTC
Mmm, a lot of our customers asked for that, saying they use it a lot and want to save a click.
Comment 7 Fridolin Somers 2020-11-16 14:59:05 UTC
Ok let's close