US-CBP / GTAS

Global Travel Assessment System | A passenger data screening and analysis system for enhancing global security
https://us-cbp.github.io/GTAS/
Other
112 stars 76 forks source link

Add Not Exist ability To Rule Runner #1327

Open originalname51 opened 5 years ago

originalname51 commented 5 years ago

Rules currently do not allow for testing of the absence of a condition (such as bags).

This can be done through the "not" keyword in drools.

Add the ability to generate queries containing the not condition through gtas.

dje04001 commented 5 years ago

This will break queries in the query builder The rule table contains drools that the knowledge base then compiles This is probably a special case that might not follow current patterns