Commit c2b05052 by Peter Weidenbach

Docstring corrected

parent 39b8d5a3
...@@ -48,7 +48,7 @@ def get_list_of_all_values_and_collect_information_of_additional_field(collectio ...@@ -48,7 +48,7 @@ def get_list_of_all_values_and_collect_information_of_additional_field(collectio
:type unwind: bool :type unwind: bool
:param match: mongo search string :param match: mongo search string
:type match: dict :type match: dict
:return: [{'_id': <VALUE>, 'count': <OCCURENCES>}, ...] :return: {<VALUE>:[<ADDITIONAL_INFORMATION_1>, ...], ...}
""" """
pipeline = [] pipeline = []
if match is not None: if match is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment