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 catalog-specific queries #607

Open
koppor opened this issue Sep 2, 2022 · 1 comment
Open

Introduce catalog-specific queries #607

koppor opened this issue Sep 2, 2022 · 1 comment
Labels

Comments

@koppor
Copy link
Owner

koppor commented Sep 2, 2022

    /**
     * @param searchQueries The user-provided queries. TODO: Change to "object": title, Lucene-query, map: fetcher -> fetcher-specific query, on error, the original string is used (maybe highlight in the UI)
     */
    StudyFetcher(List<SearchBasedFetcher> activeFetchers, List<String> searchQueries) throws IllegalArgumentException {
        this.searchQueries = searchQueries;
        this.activeFetchers = activeFetchers;
    }
@koppor koppor added the SLR label Sep 2, 2022
@koppor
Copy link
Owner Author

koppor commented Sep 2, 2022

  • Refs [WIP] Enhance slr feature #559
  • Fetcher should be "dumb" - and not parsing of queries, they should get their specifc string and not handle Lucene at all

@koppor koppor changed the title Introduce library-specific queries Introduce catalog-specific queries Jan 12, 2024
@koppor koppor moved this to Backlog in SLR Kanban Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant