Skip to content

Commit

Permalink
HCK-9128: Make name optional for full-text index
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale committed Dec 15, 2024
1 parent 3c6f304 commit 6133052
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,25 @@ making sure that you maintain a proper JSON format.
"propertyType": "text",
"validation": {
"required": true
},
"dependency": {
"type": "not",
"values": [
{
"key": "indxType",
"value": "FullText"
}
]
}
},
{
"propertyName": "Name",
"propertyKeyword": "indxName",
"propertyTooltip": "",
"propertyType": "text",
"dependency": {
"key": "indxType",
"value": "FullText"
}
},
{
Expand Down

0 comments on commit 6133052

Please sign in to comment.