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
@@ -124,9 +124,10 @@ For convenience a default mapping is provided to access some fields more easily:
124
124
```python
125
125
for record in records:
126
126
print(record['hasAttachments'])
127
+
print(record['ObjObjectNumberTxt'])
127
128
```
128
129
129
-
If you want to customize this mapping, you can pass a `map_function` to `search` and `fulltext_search`:
130
+
If you want to customize this mapping, you can pass a `map_function` to the client, which is then used on all subsequent calls to `search` and `fulltext_search`:
0 commit comments