Tons of articles detailing full-text search. But that’s not what we want.
For us UNIX folks, we just want to “grep” a field:
db.collection.find( {path: /serverpush.html/ } )
The slashes are essentially wildcards.
Tons of articles detailing full-text search. But that’s not what we want.
For us UNIX folks, we just want to “grep” a field:
db.collection.find( {path: /serverpush.html/ } )
The slashes are essentially wildcards.