- Lista iscritti: aggiunto le note e il flag "Da Contattare"

This commit is contained in:
Surya Paolo
2025-01-14 19:16:57 +01:00
parent 39784aeb0e
commit 5ba86e3641
5 changed files with 20 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ module.exports = {
FILTER_USER_ONLINE_6_MESI: 268435456,
FILTER_NOTE: 536870912,
FILTER_SENZA_NOTE: 1073741824,
FILTER_DA_CONTATTARE: 2147483648,
OPTIONS_SEARCH_ONLY_FULL_WORDS: 1,
OPTIONS_SEARCH_USER_ONLY_FULL_WORDS: 2,
@@ -969,6 +970,7 @@ module.exports = {
adType: 1,
photos: 1,
note: 1,
da_contattare: 1,
descr: 1,
date_created: 1,
date_updated: 1,
@@ -989,6 +991,7 @@ module.exports = {
'profile.mycircuits': 1,
'profile.qualifica': 1,
'profile.note': 1,
'profile.da_contattare': 1,
'profile.resid_province': 1,
'profile.resid_card': 1,
'profile.username_telegram': 1,