Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a Moldable Lepiter Page Collection Wrapper #3755

Open
onierstrasz opened this issue May 7, 2024 · 2 comments
Open

Introduce a Moldable Lepiter Page Collection Wrapper #3755

onierstrasz opened this issue May 7, 2024 · 2 comments
Assignees
Projects

Comments

@onierstrasz
Copy link
Contributor

Lepiter database queries return a collection or stream of pages. Instead we should wrap the result in a dedicated collection class (i.e., a Moldable Collection Wrapper) so that we can add dedicated views (e.g., visualizations or analyses of the contents of the pages).

@onierstrasz onierstrasz self-assigned this May 7, 2024
@onierstrasz onierstrasz added this to To do in GT via automation May 7, 2024
@onierstrasz
Copy link
Contributor Author

There already exist the classes LeCollection and LePages, but strangely these are not used to wrap the results of Spotter searchers. Should they?

@onierstrasz
Copy link
Contributor Author

onierstrasz commented May 7, 2024

AC says: I do not think LePages is currently used. At one point we had some dedicated tools for exploring groups of pages, but seems we do not use them any more. LeSnippets is used within a page to store snippets.
If you want to get custom objects from spotter searches I’d use typed streams instead of typed groups.
We have TGtStreamGroup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
GT
  
To do
Development

No branches or pull requests

1 participant