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 all posts and group results into sections #10837

Merged
merged 18 commits into from Nov 25, 2019
Merged

Search all posts and group results into sections #10837

merged 18 commits into from Nov 25, 2019

Commits on Nov 20, 2019

  1. Updated search request api call to fetch all post types

    - Modified PostListType to have the SEARCH type inclide all post statuses
    
    - Modified PostListViewModel to to limit the number of posts per fetch because I was getting frequent 500 errors from the API when requesting 60 items per request
    chipsnyder committed Nov 20, 2019
    Copy the full SHA
    0ff5e1f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Page through all post types on search then group them into sections

    When searching after a page is fetched from the API the results are now grouped into sections.
    
    Also reverted the change to ask for smaller page sizes as it appears that including "meta" in the "fields" parameter is the item that periodically causes a 500 from the server.
    chipsnyder committed Nov 21, 2019
    Copy the full SHA
    ae86034 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2cd9c66 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    576371d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    670e96c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6816d3f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Updated ordering of posts types in search

    Moved Published to come before drafts to mirror the ordering of the tabs in the post list.
    chipsnyder committed Nov 22, 2019
    Copy the full SHA
    5ed5cbd View commit details
    Browse the repository at this point in the history
  2. Reverted the changes to translations that aren't the base change

    Reverted the other english translations. These will be translated automatically later.
    chipsnyder committed Nov 22, 2019
    Copy the full SHA
    6777b41 View commit details
    Browse the repository at this point in the history
  3. Switched text to be generated fromm the ResId to make sure we're cons…

    …istent and getting the translations we want
    chipsnyder committed Nov 22, 2019
    Copy the full SHA
    ad70312 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f5cffc9 View commit details
    Browse the repository at this point in the history
  5. Removed unneeded parameter added in a previous commit to use data tha…

    …t is already available
    
    postListType which is already provided gives the needed information on if this is a search or not
    chipsnyder committed Nov 22, 2019
    Copy the full SHA
    2f1ea93 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    089e884 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    62b35e2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    765c2c7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5d21e64 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    30559e7 View commit details
    Browse the repository at this point in the history
  11. Resolved Lint errors

    chipsnyder committed Nov 22, 2019
    Copy the full SHA
    500ff06 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Copy the full SHA
    6f01778 View commit details
    Browse the repository at this point in the history