export const SEARCH_AREAS = [
  "all",
  "order",
  "product",
  "collection",
  "category",
  "inventory",
  "customer",
  "promotion",
  "campaign",
  "priceList",
  "productType",
  "productTag",
  "location",
  "command",
  "navigation",
] as const

export const DEFAULT_SEARCH_LIMIT = 3
export const SEARCH_LIMIT_INCREMENT = 20
