// Regex
var search = MongoBuilders.Query.Matches("Symbol", new BsonRegularExpression(string.Format("/(^{0}.*)|(.*{0}$)/", filterText)));