Skip to content

Commit 1cc2bda

Browse files
authored
[src/lib] Update filter_help.ts (#342)
* update filter help doc * added suggested changes * condensed feature description and cleaned up my typescript spaghetti * minor wording fixes
1 parent ddcb80c commit 1cc2bda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/components/filter/filter_help.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export class FilterHelp extends FloatElement {
5050
<li>Matches items with floats that contain at least one match of the CS bomb code</li>
5151
<li>Example Match: 0.234327355608454</li>
5252
</ul>
53+
<li>seed in (939, 1023, 1, 5)</li>
54+
<ul>
55+
<li>Matches items satisfying a paint seed in the collection of values</li>
56+
</ul>
5357
<li>percentile(90)</li>
5458
<ul>
5559
<li>Matches items with a float better than 90% of items of this type</li>

0 commit comments

Comments
 (0)