Skip to content

Commit 834f570

Browse files
Update README.md
1 parent cc17181 commit 834f570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ The test suite uses Python's standard library, the built-in `unittest` library,
154154
* When working with custom search commands such as Custom Streaming Commands or Custom Generating Commands, We may need to add new fields to the records based on certain conditions.
155155
* Structural changes like this may not be preserved.
156156
* Make sure to use ``add_field(record, fieldname, value)`` method from SearchCommand to add a new field and value to the record.
157+
* ___Note:__ Usage of ``add_field`` method is completely optional, if you are not facing any issues with field retention._
157158

158159
Do
159160
```python

0 commit comments

Comments
 (0)