mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	Update table.py: point UserTable.lookupRecords to a CONTAINS example (#118)
This commit is contained in:
		
							parent
							
								
									52d3f63203
								
							
						
					
					
						commit
						4a84715e2b
					
				@ -89,6 +89,9 @@ class UserTable(object):
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    See [RecordSet](#recordset) for useful properties offered by the returned object.
 | 
			
		||||
    
 | 
			
		||||
    See [CONTAINS](#contains) for an example utilizing `UserTable.lookupRecords` to find records where
 | 
			
		||||
   a field of a list type (such as `Choice List` or `Reference List`) contains the given value.
 | 
			
		||||
    """
 | 
			
		||||
    return self.table.lookup_records(**field_value_pairs)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user