@goweekdays/core 2.15.1 → 2.15.2

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.
package/dist/index.mjs CHANGED
@@ -18339,7 +18339,8 @@ function useChartOfAccountRepo() {
18339
18339
  { key: { code: 1 } },
18340
18340
  { key: { path: 1 } },
18341
18341
  { key: { name: 1, org: 1 }, unique: true, name: "unique_name_per_org" },
18342
- { key: { code: 1, org: 1 }, unique: true, name: "unique_code_per_org" }
18342
+ { key: { code: 1, org: 1 }, unique: true, name: "unique_code_per_org" },
18343
+ { key: { name: "text", code: "text" }, name: "text_search" }
18343
18344
  ]);
18344
18345
  } catch (error) {
18345
18346
  throw new Error("Failed to create index on chart of account.");