• NamePicker Aggregator - Search By Surname Problem

    By Ferhat BULUT 1 decade ago

    Hello,

    I want to show 2 search methods for users in the name picker dialog.

    1st : Search By Name

    2nd : Search by Surname

    But when users selected any person from the list, I want to get same value (for example Email Address as a value)

     

    1st : Search By Name --> Label : Name + " " + Surname --> Value : Email

    2nd : Search by Surname --> Label : Surname + " " + Name --> Value : Email

    1st is OK. But 2nd has a problem about SEARCH. When I searched value from the list, It didn't searched from Surname.

    Sample application attached.

    How can I achieve this kind of need ? (Search from 2 or 3 different ways but value is same)

    quite urgent, please help me to find a right way asap.

    Thanks

    Ferhat BULUT (ferhat@bestcoder.net)

     

    • Sample DB

      By Ferhat BULUT 1 decade ago

       

    • You need your LABEL column to be sorted

      By Philippe Riand 1 decade ago

      Sort it ascending and then it works