Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search API #779

Merged
merged 21 commits into from
Nov 11, 2024
Merged

Search API #779

merged 21 commits into from
Nov 11, 2024

Commits on Nov 1, 2024

  1. Rewrite window.search.Query as an ES6 class

    And moving the initialization from init to the constructor.
    modos189 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0795c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7971c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8831dc View commit details
    Browse the repository at this point in the history
  4. Moved event handling for search result interactions from the UI class…

    … to the Query class for clearer separation of logic and presentation
    modos189 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7c08c69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e08080 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    0daf8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d7a5b View commit details
    Browse the repository at this point in the history
  3. Rename IITC.search.UI to IITC.search.QueryResultsView and moving to a…

    … separate file `search_query_results_view.js`
    modos189 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    96413b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Refactoring of IITC.search

    modos189 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3e62361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8133318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a617cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d18dc82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1540d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20d30e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f15662f View commit details
    Browse the repository at this point in the history
  8. Update jsdoc for search

    modos189 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    e949280 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d49165 View commit details
    Browse the repository at this point in the history
  10. Search supports input in both decimal format (e.g., 51.5074, -0.1278)…

    … and DMS format (e.g., 50°31'03.8"N 7°59'05.3"E)
    modos189 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ba248b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Methods of the search class that are not explicitly intended to be us…

    …ed are declared as private
    modos189 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ee5a5f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d382e37 View commit details
    Browse the repository at this point in the history
  3. Tests for IITC.search.Query

    modos189 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    44c0d20 View commit details
    Browse the repository at this point in the history