We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9d14c commit 89c38dcCopy full SHA for 89c38dc
src/JsonApiDotNetCore/Internal/Query/SortQuery.cs
@@ -8,7 +8,7 @@ namespace JsonApiDotNetCore.Internal.Query
8
/// </summary>
9
public class SortQuery : BaseQuery
10
{
11
- [Obsolete("Use constructor overload (SortDirection, string) instead.", error: true)]
+ [Obsolete("Use constructor overload (SortDirection, string) instead. The string should be the publicly exposed attribute name.", error: true)]
12
public SortQuery(SortDirection direction, AttrAttribute sortedAttribute)
13
: base(sortedAttribute.PublicAttributeName) { }
14
0 commit comments