Author: benj
Date: Thu Mar 17 17:22:01 2016
New Revision: 1661

URL: http://svn.gna.org/viewcvs/gdtc?rev=1661&view=rev
Log:
Sarch for notes of entities in "any field" search

Modified:
    trunk/gdtc/include/operators.php

Modified: trunk/gdtc/include/operators.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/include/operators.php?rev=1661&r1=1660&r2=1661&view=diff
==============================================================================
--- trunk/gdtc/include/operators.php    (original)
+++ trunk/gdtc/include/operators.php    Thu Mar 17 17:22:01 2016
@@ -300,9 +300,8 @@
                  'type' => 'string',
                  'nb_operands' => 1,
                  'person_format' => "{actor_type} or {nickname} or {password} 
or {person.civility} or {person.firstname} or {person.name} or 
{person.birth_place} or {person.email} or {person.website} or 
{person.gpg_fingerprint} or {person.gpg_id} or {person.jabber_id} or 
{person.irc_nickname} or {person.other_organizations} or {person.address1} or 
{person.address2} or {person.address3} or {person.zip_code} or {person.city} or 
{person.country} or {person.phone} or {person.mobile} or {person.occupation} or 
{person.photo_file} or {person.urlblog} or{person.urlblogrss} or {person.email} 
or {person.bio} or {person.admin_info} or {person.referer} or 
{person.motivations} or {person.interests} or {person.projects} or 
{person.environment} or {questionnaire.decouvert_april}",
-                 'entity_format' => "{actor_type} or {nickname} or {password} 
or {entity.name} or {entity.acronym} or {entity.website} or {entity.email} or 
{entity.fax} or {entity.address1} or {entity.address2} or {entity.address3} or 
{entity.zip_code} or {entity.city} or {entity.country} or {entity.phone} or 
{entity.photo_file} or {entity.html_photo_size}"
+                 'entity_format' => "{actor_type} or {nickname} or {password} 
or {entity.name} or {entity.acronym} or {entity.website} or {entity.email} or 
{entity.fax} or {entity.address1} or {entity.address2} or {entity.address3} or 
{entity.zip_code} or {entity.city} or {entity.country} or {entity.phone} or 
{entity.photo_file} or {entity.html_photo_size} or {entity.admin_info}"
                  ),
-
 
  'name' => Array ( 'class' => 'actor',
                   'name' => 'le nom',
@@ -567,6 +566,12 @@
                                    'nb_operands' => 1,
                                    'format' => 
"{subscription.prelevement_cancelled}" ),
 
+ 'cbrecur_expiration_date' => Array ( 'class' => 'subscription',
+                                     'name' => 'la date d\'expiration de la 
CB',
+                                     'type' => 'date',
+                                     'nb_operands' => 1,
+                                     'format' => 
"{subscription.cbrecur_expiration_date}" ),
+
 
  // ADHÉSION
  'actor_status' => Array ( 'class' => 'membership',
@@ -585,7 +590,7 @@
                                'type' => 'date',
                                'nb_operands' => 1,
                                'format' => "{actor.disbar_date}",
-                               'fields' => 'disbar_date,disbar_reason' ),
+                               'fields' => 
'disbar_date,disbar_reason,prelevement_cancelled' ),
 
  'actor_disbar_reason' => Array ( 'class' => 'membership',
                                  'name' => 'la raison de résiliation',


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to