Skip to content

Use e.g. Waypoints to partially render the search result lists #1532

@joelit

Description

@joelit

Description of the enhancement

There is probably no point in rendering all the search results when we have a lot more of them that can fit in a browser screen. Implementing a partial load would be a good idea - previously in Skosmos 2.x this was done with Waypoints.

Who are the users that would benefit from the enhancement and how?

Each rendering of a search result hit triggers calls for resolvling uri resources, translation strings, etc. At some point rendering all of the results at once will result in long page loading times. As the search strings contain an implicit wildcard character in the end, it is possible to get hundreds of hits for a short search term. These would be improved by partial rendering of the list.

Checklist

  • more search loaded after first 20
  • special characters in the query are working (see comment below)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Closed

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions