You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This below feature is not working for advance search at project page.
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.
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
The text was updated successfully, but these errors were encountered:
Description
This below feature is not working for advance search at project page.
key-value
pair of Additional Data based search, there is a response of filter bykey
whenluceneSearch=false
and there is a response of filter byvalue
whenluceneSearch=true
Ideally, for both the
key-value
pair advance search on additional data should work, with/withoutluceneSearch
How to reproduce
Describe the bug and list the steps you used when the issue occurred.
Additional Data :
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
The text was updated successfully, but these errors were encountered: