This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Example: You have following documents with following content | |
// ['yourstring','yourstring1','1yourstring','23yourstring','your2string'] | |
// You only want the first document with the content "yourstring" | |
// but you don´t want to care about large and lowercase when somebody tries to find the document. | |
// Here is the solution: | |
// Connection to MongoDB | |
$m = new MongoClient(); | |
// Our search string |