@timardex/cluemart-shared 1.5.546 → 1.5.547

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import {
4
4
  normalizeUrl,
5
5
  timeFormat
6
6
  } from "../chunk-Z3JWNX2U.mjs";
7
- import "../chunk-EZO7FVLV.mjs";
7
+ import "../chunk-QEG3EGM6.mjs";
8
8
  import {
9
9
  EnumEventDateStatus,
10
10
  EnumEventType,
package/dist/index.cjs CHANGED
@@ -4353,7 +4353,7 @@ var useGetEventsByRegion = (region, options) => {
4353
4353
  var useSearchEvents = (region, search, tags) => {
4354
4354
  const { loading, error, data, refetch } = (0, import_client19.useQuery)(SEARCH_EVENTS, {
4355
4355
  fetchPolicy: "network-only",
4356
- skip: !search || search.length < 3 || !region || region === "",
4356
+ skip: !region || region === "",
4357
4357
  variables: { region, search, tags }
4358
4358
  });
4359
4359
  const eventsSearch = data?.eventsSearch || [];