Files
pigallery2/demo/images/.saved_searches.pg2conf
Patrik J. Braun 304e6f4552 Make search URL shorter, for easier copying.
In the meantime also make search queries more uniform. Make "text" -> "value" property for both search and autocompete.
This is a breaking change in DB and Config.

 #1104
2025-12-22 16:55:09 +01:00

65 lines
1.1 KiB
Plaintext

[
{
"name": "Group photos",
"searchQuery": {
"type": 3,
"list": [
{
"type": 105,
"value": "Balu the bear",
"matchType": 1
},
{
"type": 105,
"value": "Boo-Boo Bear",
"matchType": 1
},
{
"type": 105,
"value": "Hugin the raven",
"matchType": 1
},
{
"type": 105,
"value": "Akela the wolf",
"matchType": 1
}
],
"min": 2
}
},
{
"name": "Animals",
"searchQuery": {
"type": 2,
"list": [
{
"type": 105,
"value": "Balu the bear",
"matchType": 1
},
{
"type": 105,
"value": "Boo-Boo Bear",
"matchType": 1
},
{
"type": 105,
"value": "Hugin the raven",
"matchType": 1
},
{
"type": 105,
"value": "Akela the wolf",
"matchType": 1
},
{
"type": 105,
"value": "Alvin the Squirrel",
"matchType": 1
}
]
}
}
]