Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Feature/fix typeahead sort #178

Merged
merged 2 commits into from
May 14, 2015
Merged

Commits on May 14, 2015

  1. Configuration menu
    Copy the full SHA
    84ba447 View commit details
    Browse the repository at this point in the history
  2. Fix grouping in main typeahead search.

    The actual issue here turned out to be that we were checking the
    candidate and committee IDs against `null` but were getting back a
    different falsy value of `''`. This patch uses a more general check,
    ignoring results with all falsy ID values, and revises the filtering
    logic to use a more explicit filter and map, rather than the implicit
    filtering in `$.map`.
    
    [Resolves https://github.com/18F/openFEC/issues/741]
    jmcarp committed May 14, 2015
    Configuration menu
    Copy the full SHA
    d24ad43 View commit details
    Browse the repository at this point in the history