@xuda.io/account_module 1.2.1032 → 1.2.1033

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.
Files changed (2) hide show
  1. package/index.mjs +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2540,12 +2540,12 @@ export const get_profiles = async function (req) {
2540
2540
  if (typeof search !== 'undefined') {
2541
2541
  opt.selector['$or'] = [
2542
2542
  {
2543
- name: {
2543
+ profile_name: {
2544
2544
  $regex: `(?i)${search}`,
2545
2545
  },
2546
2546
  },
2547
2547
  {
2548
- email: {
2548
+ profile_email: {
2549
2549
  $regex: `(?i)${search}`,
2550
2550
  },
2551
2551
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1032",
3
+ "version": "1.2.1033",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {