-
Notifications
You must be signed in to change notification settings - Fork 2
/
VisualSearch.pokemon.yaml
50 lines (46 loc) · 979 Bytes
/
VisualSearch.pokemon.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Searches:
pokemon:
search:
repository: Happy\Coding\Domain\Repository\PokemonRepository
sorting:
1000:
label: "Identifier"
fields:
'identifier': ASC
2000:
label: "Weight"
fields:
'weight': ASC
autocomplete:
identifier:
label: "Identifier"
selector:
conditions:
once: true
freeInput: true
labelProperty: identifier
matches:
like:
- identifier
height:
label: "Height"
selector:
conditions:
once: true
freeInput: true
matches:
like:
- height
weight:
label: "Weight"
inputType: "number"
selector:
conditions:
once: true
values:
'50': '50'
'100': '100'
'150': '150'
matches:
like:
- weight