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

Add support to custom sorting in storage index search #1168

Merged
merged 16 commits into from May 23, 2024

Commits on May 23, 2024

  1. StorageIndexList add order param

    hexun80149128 authored and ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fc0bef1 View commit details
    Browse the repository at this point in the history
  2. index the fields with the Sortable() property before doing requests …

    …with custom sorts
    hexun80149128 authored and ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d24faf7 View commit details
    Browse the repository at this point in the history
  3. after BlugeWalkDocument set the Sortable property by sortFilters,and …

    …the sortFilters must start with value.
    hexun80149128 authored and ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    97a812d View commit details
    Browse the repository at this point in the history
  4. Revert "after BlugeWalkDocument set the Sortable property by sortFilt…

    …ers,and the sortFilters must start with value."
    
    This reverts commit 5f06e2b.
    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a64579c View commit details
    Browse the repository at this point in the history
  5. adjust naming and descriptions

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a25c650 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52897ef View commit details
    Browse the repository at this point in the history
  7. adjust description

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d7a482c View commit details
    Browse the repository at this point in the history
  8. add missing args

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0974ce6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a931095 View commit details
    Browse the repository at this point in the history
  10. Update runtime_lua_nakama.go

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    eb7eed0 View commit details
    Browse the repository at this point in the history
  11. small adjustments

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a631f18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ac19e9 View commit details
    Browse the repository at this point in the history
  13. run gofmt

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cd85423 View commit details
    Browse the repository at this point in the history
  14. add changelog

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f19273c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    85f5b24 View commit details
    Browse the repository at this point in the history
  16. update nakama-common

    ftkg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    66ac830 View commit details
    Browse the repository at this point in the history