Zum Hauptinhalt gehen

autocomplete box is not working

Kommentare

3 Kommentare

  • Permanently deleted user

    Jim,

    the Autocomplete option has a setting for the minimum no. of characters to accept before hitting the server for results - if this is more than 1 then something like 'A%' will not return anything (unlike the Rest query)... have you looked at this setting?

    cheers

    Gareth

    0
  • Permanently deleted user

    Thanks for the response.  I have more questions.

    so in my query of the rest service, pretending I want all States that start with the letter "A"  should my query be state_name = "A"  ?  that should retrieve Alaska, Alabama, etc

    or should it be like this:

    state_name like "'" & "A" & "%'"

    and set the minimum prefix length to 2?

     

    or like this:

    state_name like '%'

    and set the minimum prefix length to 1?

     

    I always appreciate folks who help with my dumb questions, so thanks in advance!

    J

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.