burningmantech / ranger-ims-mac

Ranger Incident Management System—Mac OS Client
Apache License 2.0
4 stars 2 forks source link

Autocomplete is totally annoying sometimes #60

Open wsanchez opened 8 years ago

wsanchez commented 8 years ago

Try typing the and a space into the location names field. The next character had better be a t, is all I'm saying.

wsanchez commented 8 years ago

OK problem was that I was completing the entire phrase in the field instead of words, and the API is about completing words.

I also had to normalize to lowercase in DispatchQueueController.locationsByName because different-case entry into an incident would otherwise not be able to match.

wsanchez commented 8 years ago

Operator AAR implies there are other issues. Clearing fixed tag to investigate what those are.