https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36902

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #166951|0                           |1
        is obsolete|                            |

--- Comment #4 from David Nind <[email protected]> ---
Created attachment 167065
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167065&action=edit
Bug 36902: Filter year fields containing blanks

Test plan:

* If you are using koha-testing-docker, make sure that you have an
elasticsearch container
  running (e.g., ku-es7) and that the searchengine system preference is set to
  ElasticSearch, and that the indexer is running (koha-es-indexer --start
kohadev).
* Under Koha administration -> Search engine configuration, make sure that the
  type of the field date-of-publication is set to 'year'.
* If you needed to changed the type above, rebuild the index:
  koha-elasticsearch --delete --rebuild kohadev
* Edit any record and change control field 008 position 7-10 (Date 1) to all
blanks.
* Save the record.
* Show the elasticsearch record (Klick on "Show" in Elasticsearch record:
Show")
* Make sure there are no value "0000" for date-of-publication.
* Edit the record again and change control field 008 position 7-10 (Date 1) to
valid year.
* Save the record.
* Show the elasticsearch record.
* Make sure there set year is present in the field date-of-publication.

Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to