Skip to content

Commit

Permalink
Merge pull request #66 from CybercentreCanada/update/stored
Browse files Browse the repository at this point in the history
Adding context for fl fields
  • Loading branch information
cccs-kevin authored Jun 14, 2023
2 parents 6943ad3 + 2690ca9 commit c25ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integration/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ In the following example, we want to retrieve the first page of submissions that
``` python
submission_results = al_client.search.submission('times.submitted:[now-7d TO now]', fl='sid')
```
!!! tip "`fl` defaults to a list of predefined field that we deemed important, you may use `fl="*"` to get all fields"
!!! tip "`fl` defaults to a list of predefined fields that we deemed important, you may use `fl="*"` to get all fields. You can view the fields that we deem important under the 'Search Help' page on your Assemblyline instance. These fields have a `stored` attribute."

#### Using facet searching
In the following example, we want to retrieve the users who have made submissions in the last week, and the number of submissions that they have made:
Expand Down

0 comments on commit c25ab7d

Please sign in to comment.