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

Create a search page using Drupal views #4060

Merged
merged 38 commits into from
Feb 8, 2024
Merged

Commits on Feb 8, 2024

  1. Creating a search page using views and search api

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9c7e329 View commit details
    Browse the repository at this point in the history
  2. Setting the schema version for the metastore_search module

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    56fe70e View commit details
    Browse the repository at this point in the history
  3. removing hook-update for metastore_search

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6dfeff4 View commit details
    Browse the repository at this point in the history
  4. adding back hook-update

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    262a71a View commit details
    Browse the repository at this point in the history
  5. adding a cache flush after new config is installed

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    af2cb40 View commit details
    Browse the repository at this point in the history
  6. adding drupal view dependency to the Metastore search module and upda…

    …ting the path for the new search page view
    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8fd746c View commit details
    Browse the repository at this point in the history
  7. forgot to rename file to match new view name

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d635dcd View commit details
    Browse the repository at this point in the history
  8. using a helper class for the config import

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8561e2d View commit details
    Browse the repository at this point in the history
  9. fixing config file name error

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0a57a23 View commit details
    Browse the repository at this point in the history
  10. adding missing use statement

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2a5c209 View commit details
    Browse the repository at this point in the history
  11. adding another missing use statement

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7d08a0e View commit details
    Browse the repository at this point in the history
  12. moving the cache clear after writing the new config file

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    971db66 View commit details
    Browse the repository at this point in the history
  13. fixing error in install file

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    30536de View commit details
    Browse the repository at this point in the history
  14. rename view

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8d69e54 View commit details
    Browse the repository at this point in the history
  15. remove uuid from view config

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b07da3e View commit details
    Browse the repository at this point in the history
  16. update info.yml

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f68c8ad View commit details
    Browse the repository at this point in the history
  17. update install file

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    648f46d View commit details
    Browse the repository at this point in the history
  18. Adding reset button to search view

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9738b5b View commit details
    Browse the repository at this point in the history
  19. Adding twig files for view search page

    Tiffney Bare authored and janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3ef2a36 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    44eafee View commit details
    Browse the repository at this point in the history
  21. add publisher facet

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4c8f63e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6c1d209 View commit details
    Browse the repository at this point in the history
  23. more sample content updates

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cc44b35 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7872388 View commit details
    Browse the repository at this point in the history
  25. dkan view limit description

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5ff24a7 View commit details
    Browse the repository at this point in the history
  26. Remove twig templates

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b2fcd3b View commit details
    Browse the repository at this point in the history
  27. Remove block config

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    95b5a7b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b6070b9 View commit details
    Browse the repository at this point in the history
  29. Update facet readme

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    999329c View commit details
    Browse the repository at this point in the history
  30. code climate fix

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8ccd004 View commit details
    Browse the repository at this point in the history
  31. Add sort options and pager

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7621956 View commit details
    Browse the repository at this point in the history
  32. Add documentation

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fdb7db5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ac5e926 View commit details
    Browse the repository at this point in the history
  34. Update facet readme

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    466e796 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    42edbb9 View commit details
    Browse the repository at this point in the history
  36. Use beta version of facets

    janette committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d75ab75 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c452e00 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d19d5da View commit details
    Browse the repository at this point in the history