You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ving/docs/subsystems/ving-schema.md
+7
Original file line number
Diff line number
Diff line change
@@ -385,6 +385,13 @@ An optional boolean that if true will allow searching via the [rest api](rest) f
385
385
An optional boolean that if true will allow searching via the [rest api](rest) for range matching against this field. This is an alternative to overriding the `describeListFilter()` method in [VingRecord](ving-record). Only use on `int` and `date` type props.
386
386
387
387
388
+
##### allowRealPubicId
389
+
390
+
An optional boolean that if true will do 2 things if added to an `id` prop `type`:
391
+
392
+
* Allows searching via the [rest api](rest) for exact match filtering against this id using its integer value in addiont to the encrypted string assuming `filterQualifier` is true.
393
+
* Adds the real id to the `meta.realId` object in the [rest api](rest) response.
394
+
388
395
##### autoUpdate
389
396
390
397
The `autoUpdate` field is an optional boolean that is only used on a prop with type `date`. If `true` the date will automatically get set every time `update()` is called on the record. This is generally never needed by anything other than the built in `dateUpdated` record that every record already has.
0 commit comments