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

Quoting (") the query in the webui searches *with* the quotes rather than stripping them. #344

Closed
kirkrodrigues opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kirkrodrigues
Copy link
Member

Bug

Searching for " info " in the webui searches for the literal string " info ", including the quotes, meaning that the query doesn't find matches for info. User expectation is that the quotes would be stripped unless escaped.

CLP version

ce3af8d

Environment

Ubuntu 20.04

Reproduction steps

  • Build a package

    task package
  • Start the package

    cd build/clp-package
    sbin/start-clp.sh
  • Compress https://zenodo.org/records/7094921

    sbin/compress.sh hive-24hr
  • Open the webui (http://localhost:4000/search)

  • Enter the query INFO in the webui and observe results are returned

  • Enter the query " INFO " in the webui and observe no results are returned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant