boolean_term

boolean_term 
      ::= 
      boolean_factor 
      | boolean_term "and" boolean_factor 

[rule list]
This rule is called by

-> boolean_term -> search_condition