We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0b585 commit ff169beCopy full SHA for ff169be
typesense/tests/derive/ui/wrong_sorting_field.stderr
@@ -1,10 +1,10 @@
1
error: defined default_sorting_field = "wrong_field" does not match with any field.
2
--> $DIR/wrong_sorting_field.rs:5:1
3
|
4
-5 | / #[typesense(default_sorting_field = "wrong_field")]
5
-6 | | struct Company {
6
-7 | | company_name: String,
7
-8 | | num_employees: i32,
8
-9 | | country: String,
+ 5 | / #[typesense(default_sorting_field = "wrong_field")]
+ 6 | | struct Company {
+ 7 | | company_name: String,
+ 8 | | num_employees: i32,
+ 9 | | country: String,
9
10 | | }
10
| |_^
0 commit comments