Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Loembe committed Mar 6, 2024
1 parent 883580c commit 2f2b9ab
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions python/data/asc_full.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$and": [
{
"$or": [
{
"meta.assocPageType": "stand-alone"
},
{
"$and": [
{
"data.nonfile_count": {
"$lte": 12
}
},
{
"file_space.usage": {
"$gt": 50
}
}
]
}
]
},
{
"data.@type": {
"$regex": "Public"
}
},
{
"data.author_cout": {
"$gt": 2
}
},
{
"name": {
"$regex": "^S",
"$options": "i"
}
},
{
"$or": [
{
"file_space.message": {
"$text": "blabla"
}
},
{
"file_space.syncing": false
}
]
}
]
}

0 comments on commit 2f2b9ab

Please sign in to comment.