VIEW find

view find ?prop value ...?

Returns the integer index of the first row in view that exactly matches the value of each prop specified by the caller. If no such row exists, an error is raised.

If a value is provided that does not match the type of the corresponding prop, an error is raised.

Note that if no prop argument is provided, then the index of the first row of the view is returned. (A trivial match on no constraints.)