Skip to content

DELPHI logbook title uniqueness and search discoverability #3765

@tiborsimko

Description

@tiborsimko

Current behaviour

Two observations regarding DELPHI logbooks after merging and deploying PR #3728:

(1) All record titles are the same, which makes it hard to distinguish different search results visually:

Image

It would be better to always use different titles for different records, as we do for JADE notebooks:

Image

or for JADE computing notes:

Image

(2) There are 11 logbooks, but when one searches for "logbook" one finds only one record:

Image

This could be solved by either correcting the metadata (because currently only one record has the word "logbook" inside the text, whilst the others use "logbooks" in plural), but also by better search engine stemming settings (because when you have a data value like "logbooks", then it could be indexed as a "logbook" with proper stemming, so that it can be retrieved irrespective of whether the user types singular or plural form of the word, as is being usually the case with general-purpose seach engines).

Expected behaviour

The different data records released on the portal should have distinguishable titles and not reuse the same title for different things (as for JADE examples above).

The search engine should better support plural vs singular word matching when doing queries.

CC @psaiz @schwicke

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions