Skip to content

Commit

Permalink
Merge pull request #19 from bloomreach/facet-version
Browse files Browse the repository at this point in the history
added constant file
  • Loading branch information
prashant-br authored Feb 6, 2024
2 parents e391ce0 + 42558a1 commit 09caf3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/bloomreach/discovery/api/ApiConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ internal object ApiConstants {
const val FACET = "facet"
const val FILTER = "filter"
const val IMAGE_ID = "image_id"
const val FACET_VERSION = "facet.version"

const val DEFAULT_FACET_FLAG = false

const val CATEGORY_TYPE = "category_type"
const val CATEGORY_TYPE_DYNAMIC = "dynamic"

}

0 comments on commit 09caf3d

Please sign in to comment.