We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcb80c commit 1cc2bdaCopy full SHA for 1cc2bda
src/lib/components/filter/filter_help.ts
@@ -50,6 +50,10 @@ export class FilterHelp extends FloatElement {
50
<li>Matches items with floats that contain at least one match of the CS bomb code</li>
51
<li>Example Match: 0.234327355608454</li>
52
</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>
57
<li>percentile(90)</li>
58
<ul>
59
<li>Matches items with a float better than 90% of items of this type</li>
0 commit comments