JaewookByun / epcis

Oliot EPCIS for GS1 EPCIS/CBV 2.0.0
http://dfpl.sejong.ac.kr/epcis/home/index.html
Apache License 2.0
46 stars 56 forks source link

Need regex search in EQ_bizTransaction_ parameter #56

Closed farazdeveloper closed 3 years ago

farazdeveloper commented 3 years ago

I need regex to search data in EQbizTransaction parameter.

JaewookByun commented 3 years ago

Dear farazdeveloper,

EQ_ queries in EPCIS standard are originally for filtering events where queried values are not exactly matched with the given value. But as an extension, we support regex search for some simple event queries. Your contribution is welcome. If you want to contribute to support regex for EQbizTransaction, please refer to other regex queries and minimally update the codes and test it and then do pull request.

Thank you