Changeset 1421


Ignore:
Timestamp:
10/15/15 10:49:53 (9 years ago)
Author:
nanardon
Message:

Fix fuzzy search on non text inline field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/objects.pm

    r1418 r1421  
    709709        } elsif ($attribute->{inline}) { 
    710710            $sql = sprintf( 
    711                 q{select ikey from %s where %s %s}, 
     711                q{select ikey from %s where %s::text %s}, 
    712712                $base->db->quote_identifier($class->_object_table), 
    713713                $base->db->quote_identifier($attribute->iname), 
Note: See TracChangeset for help on using the changeset viewer.