-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix help and documentation for record variables #3578
Copy link
Copy link
Closed
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.Type: DocumentationIssues related to improving project documentation or tutorials.Issues related to improving project documentation or tutorials.
Milestone
Metadata
Metadata
Assignees
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.Type: DocumentationIssues related to improving project documentation or tutorials.Issues related to improving project documentation or tutorials.
The current help for the
recordvariable in the web client points to https://github.com/OpenRefine/OpenRefine/wiki/Variables#record, but that's just a stub that includes a generic link to the top level of the user manual.It could be updated to point to https://docs.openrefine.org/manual/expressions#record, but it would be better to just include the documentation in the help, like everything else except the
recordvariable.Also, the manual's documentation could use improvement. For
row.record.cellsit says "The cells of the row" when it's a slice of cells from the record for the given column.