RegexConfig.txt #1745
Replies: 3 comments 3 replies
-
I was able to reproduce the behavior you described with version 4.1.3. I'll try to investigate when I have available time. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue in version 4.0.7, also reproduced in version 3.18.6.
But IPED doesn't seem to consider it during processing. |
Beta Was this translation helpful? Give feedback.
-
Sorry, this went down in my task stack and I forgot about it. I just opened #1897 to don't forget it again. Unfortunately this week I'm in charge of my unit and maybe I will have time to look at this just in the next week, if no other developer or contributor takes a look at it before me. |
Beta Was this translation helpful? Give feedback.
-
I would like some guidance on where I am going wrong.
I tried putting some additional regex records in the "conf/RegexConfig.txt" file, but the result after indexing was unsuccessful.
So I took the original RegexConfig.txt file and put just one more line, duplicating the previous one like this:
BR_CAR_PLATE = \b((([A-Z]{3})(()|-)([0-9]{4}))|(Plates?( |:|: )([A-Za-z]{ 3})( )([0-9]{4})))\b
PLACA_MERCOSUL = \b((([A-Z]{3})(()|-)([0-9]{4}))|(Plates?( |:|: )([A-Za-z]{ 3})( )([0-9]{4})))\b
At the end of the indexing, several BR_CAR_PLATE records were located, but none with PLACA_MERCOSUL appeared, which I thought would be identical to BR_CAR_PLATE.
Do I need to configure something else?
tks
Beta Was this translation helpful? Give feedback.
All reactions