Skip to content

Commit 26fc86b

Browse files
committed
Update booleanType docs to only reference non-experiments
Document any side effects to this change: - some options will be available but not documented. If we choose to keep them beyond our initial experiments, we should name them appropriately and document them. More than likely they'll be removed so not publicly advertising them makes sense unless we want open feedback (which we're not looking for yet)
1 parent b9e31c4 commit 26fc86b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/graphql/types/query_type.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def record_id(id:, index:)
6060

6161
argument :source, String, required: false, default_value: 'All', deprecation_reason: 'Use `sourceFilter`'
6262
argument :boolean_type, String, required: false, default_value: 'OR',
63-
description: 'How to join multiword queries. Defaults to "OR" which means any of the words much match. Options include: "OR", "AND", "minimum_a"'
63+
description: 'How to join multiword queries. Defaults to "OR" which means any ' \
64+
'of the words much match. Options include: "OR", "AND"'
6465

6566
# applied filters
6667
argument :access_to_files_filter, [String],

0 commit comments

Comments
 (0)