mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Update docs for non-indexed match type filters
This commit is contained in:
committed by
Dan Christian Bogos
parent
986e36a31f
commit
69f9120bf3
9
data/tariffplans/nifilters/Filters.csv
Normal file
9
data/tariffplans/nifilters/Filters.csv
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#Tenant[0],ID[1],Type[2],Element[3],Values[4],ActivationInterval[5]
|
||||||
|
cgrates.org,NIFLTR_ACT_1001,*nistring,~*req.Account,1001,
|
||||||
|
cgrates.org,NIFLTR_PRF,*niprefix,~*req.Destination,10;20,
|
||||||
|
cgrates.org,NIFLTR_SFX,*nisuffix,~*req.Destination,01,2014-07-29T15:00:00Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -54,18 +54,27 @@ The following types are implemented:
|
|||||||
\*notstring
|
\*notstring
|
||||||
Is the negation of *\*string*.
|
Is the negation of *\*string*.
|
||||||
|
|
||||||
|
\*nistring
|
||||||
|
Non-indexed version of *\*string*. Bypasses field indexing.
|
||||||
|
|
||||||
\*prefix
|
\*prefix
|
||||||
Will match at beginning of *Element* one of the values defined inside *Values*.
|
Will match at beginning of *Element* one of the values defined inside *Values*.
|
||||||
|
|
||||||
\*notprefix
|
\*notprefix
|
||||||
Is the negation of *\*prefix*.
|
Is the negation of *\*prefix*.
|
||||||
|
|
||||||
|
\*niprefix
|
||||||
|
Non-indexed version of *\*prefix*. Bypasses field indexing.
|
||||||
|
|
||||||
\*suffix
|
\*suffix
|
||||||
Will match at end of *Element* one of the values defined inside *Values*.
|
Will match at end of *Element* one of the values defined inside *Values*.
|
||||||
|
|
||||||
\*notsuffix*
|
\*notsuffix*
|
||||||
Is the negation of *\*suffix*.
|
Is the negation of *\*suffix*.
|
||||||
|
|
||||||
|
\*nisuffix*
|
||||||
|
Non-indexed version of *\*suffix*.. Bypasses field indexing.
|
||||||
|
|
||||||
\*empty
|
\*empty
|
||||||
Will make sure that *Element* is empty or it does not exist in the event.
|
Will make sure that *Element* is empty or it does not exist in the event.
|
||||||
|
|
||||||
@@ -78,6 +87,9 @@ The following types are implemented:
|
|||||||
\*notexists
|
\*notexists
|
||||||
Is the negation of *\*exists*.
|
Is the negation of *\*exists*.
|
||||||
|
|
||||||
|
\*niexists
|
||||||
|
Non-indexed version of *\*exists*. Bypasses field indexing.
|
||||||
|
|
||||||
\*timings
|
\*timings
|
||||||
Will compare the time contained in *Element* with one of the TimingIDs defined in Values.
|
Will compare the time contained in *Element* with one of the TimingIDs defined in Values.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user