module ActiveFedora::FinderMethods
def create_query_from_hash(conditions)
def create_query_from_hash(conditions) conditions.map {|key,value| condition_to_clauses(key, value)}.compact.join(" AND ") end
def create_query_from_hash(conditions) conditions.map {|key,value| condition_to_clauses(key, value)}.compact.join(" AND ") end