Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-24583

Make UserGroup.Suggestion operation handle fullname search

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 9.10-HF03, 10.2
    • Component/s: Automation
    • Release Notes Summary:
      UserGroup.Suggestion operation returns expected users when searching by full name.
    • Release Notes Description:
      Hide

      UserGroup.Suggestion Operation Handles Fullname Search

      Since Nuxeo 10.2 and 9.10-HF03, the SuggestUserEntries operation performs a full name user search, e.g. typing "John Do" returns the user with first name "John" and last name "Doe".

      In Nuxeo 9.10-HF03, the previous behavior (not returning any user when typing a full name) can be re-activated by using

      <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
      <property name="org.nuxeo.automation.user.suggest.fullname">false</property>
      </extension>
      In any case, typing "John" still returns the "John Doe" user and possibly other users such as "John Foo". Respectively, typing "Do" returns the "John Doe" user and possibly other users such as "Jack Donald".

      Show
      UserGroup.Suggestion Operation Handles Fullname Search Since Nuxeo 10.2 and 9.10-HF03, the SuggestUserEntries operation performs a full name user search, e.g. typing "John Do" returns the user with first name "John" and last name "Doe". In Nuxeo 9.10-HF03, the previous behavior (not returning any user when typing a full name) can be re-activated by using <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration"> <property name="org.nuxeo.automation.user.suggest.fullname">false</property> </extension> In any case, typing "John" still returns the "John Doe" user and possibly other users such as "John Foo". Respectively, typing "Do" returns the "John Doe" user and possibly other users such as "Jack Donald".
    • Upgrade notes:
      Hide

      Since Nuxeo 10.2 and 9.10-HF03, the SuggestUserEntries operation performs a full name user search, e.g. typing "John Do" returns the user with first name "John" and last name "Doe".

      In Nuxeo 9.10-HF03, the previous behavior (not returning any user when typing a full name) can be re-activated by using

        <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
          <property name="org.nuxeo.automation.user.suggest.fullname">false</property>
        </extension>
      

      In any case, typing "John" still returns the "John Doe" user and possibly other users such as "John Foo". Respectively, typing "Do" returns the "John Doe" user and possibly other users such as "Jack Donald".

      Show
      Since Nuxeo 10.2 and 9.10-HF03, the SuggestUserEntries operation performs a full name user search, e.g. typing "John Do" returns the user with first name "John" and last name "Doe". In Nuxeo 9.10-HF03, the previous behavior (not returning any user when typing a full name) can be re-activated by using <extension target= "org.nuxeo.runtime.ConfigurationService" point= "configuration" > <property name= "org.nuxeo.automation.user.suggest.fullname" > false </property> </extension> In any case, typing "John" still returns the "John Doe" user and possibly other users such as "John Foo". Respectively, typing "Do" returns the "John Doe" user and possibly other users such as "Jack Donald".
    • Sprint:
      nxfit 10.1.6
    • Story Points:
      3

      Description

      Let's say there is a "jdoe" entry in the user directory, with firstname = "John" and lastname = "Doe".
      Currently, when typing "John Doe" in a field calling the "UserGroup.Suggestion" operation (typically for the participants of a Serial Review workflow), no results are returned.
      Typing "John" or "Doe" returns the expected user.

      Typing "John Doe" should return the expected user.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 0 minutes
                  0m
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 2 days, 1 hour
                  2d 1h