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

Few features are not working for Adv search at project page #2959

Open
amritkv opened this issue Mar 7, 2025 · 0 comments
Open

Few features are not working for Adv search at project page #2959

amritkv opened this issue Mar 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working priority

Comments

@amritkv
Copy link

amritkv commented Mar 7, 2025

Description

This below feature is not working for advance search at project page.

  1. Out of key-value pair of Additional Data based search, there is a response of filter by key when luceneSearch=false and there is a response of filter by value when luceneSearch=true

Ideally, for both the key-value pair advance search on additional data should work, with/without luceneSearch

How to reproduce

Describe the bug and list the steps you used when the issue occurred.

  1. Additional Data :

    additionalData : {
              "keyData": "valueData"
    }
    
  • LuceneSearch = false
    * Working : projects?allDetails=true&luceneSearch=false&additionalData=keyData
    * Not- Working : projects?allDetails=true&luceneSearch=false&additionalData=valueData

  • LuceneSearch = true
    * Working : projects?allDetails=true&luceneSearch=true&additionalData=valueData
    * Not- Working : projects?allDetails=true&luceneSearch=true&additionalData=keyData

@amritkv amritkv added the bug Something isn't working label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority
Projects
None yet
Development

No branches or pull requests

2 participants