We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433b317 commit 8c0d04eCopy full SHA for 8c0d04e
recipe/dashboard/api/implementation.go
@@ -63,7 +63,8 @@ func MakeAPIImplementation() dashboardmodels.APIInterface {
63
if err != nil {
64
return "", err
65
}
66
- if supertokens.MaxVersion(cdiVersion, "2.20") == "2.20" {
+ if supertokens.MaxVersion(cdiVersion, "2.20") == cdiVersion {
67
+ // Only enable search for CDI version 2.20 and above
68
isSearchEnabled = true
69
70
0 commit comments