Author: Krzysztof Gzocha (krzysztof@propertyfinder.ae)
Inheritance: extends KGzocha\Searcher\Criteria\CriteriaInterface
 /**
  * {@inheritdoc}
  */
 public function shouldBeApplied()
 {
     return $this->orderBy->shouldBeApplied() && $this->rawValueExistsInFieldsMap();
 }