Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enzevalos_iphone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enzevalos
enzevalos_iphone
Commits
a557521f
Commit
a557521f
authored
5 years ago
by
lazarog98
Browse files
Options
Downloads
Patches
Plain Diff
#238
fix search being case-sensitive sometimes
parent
2daad16e
No related branches found
No related tags found
1 merge request
!27
Resolve "Improve searching"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
enzevalos_iphone/SearchHelper.swift
+1
-1
1 addition, 1 deletion
enzevalos_iphone/SearchHelper.swift
with
1 addition
and
1 deletion
enzevalos_iphone/SearchHelper.swift
+
1
−
1
View file @
a557521f
...
...
@@ -43,7 +43,7 @@ func containsSearchTerms ( content : String?, searchText: String) -> Bool
}
else
{
terms
.
append
(
longterms
[
i
])
terms
.
append
(
longterms
[
i
]
.
lowercased
()
)
}
i
+=
1
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment