Koha Test Wiki MediaWiki Postgres

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

OPAC suggestions: search catalogue and suggestions before adding RFC

From Koha Test Wiki MediaWiki Postgres

Jump to: navigation, search
Home
Home
Home
Home
Koha > Technical > Development > RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Acquisitions RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Catalogue RFCs > OPAC RFCs
Koha > Technical > Development > RFCs > Koha version targeted RFCs > RFCs not targeted at a particular Koha version

Opac suggestions: search test

Reader adds a suggestion on page opac-suggestions.pl?op=add (as today).

But when she clicks on "validate", Koha searches the catalog using the elements it has in the suggestion form. It also searches the pending suggestions.

The search should be focused rather that wide, title being searched on title index rather than on a catch-all index: we don't want to have the patron go through any extra screen/click if that's not necessary.

Case #1 : results = 0. User moves on to opac-suggestions.pl (nothing changes here for the user)

Case #2 : results > 0.

  • User gets a message on the top of the page that says: "//You suggest title "value-of-what-she-entered-in-form". We think that suggestion might have already been taken into account: items bellow look a lot like what you are suggesting. Do you want to <link>confirm your suggestion</link>? Or go <link>back to the catalog</link>//?
  • list of results

If she clicks on "confirm suggestion", she moves on to opac-suggestion.pl.

Personal tools