A web-based collaborative LaTeX editor
Find a file
Henry Oswald b9001f19e6 use indexOf not matches for searching for project by name
matches treats string like regex so chars like ( break it
just doing a simple indexOf == -1 is fine for a string match

will also fix it for projects with . in name which do come up
2016-11-15 11:41:14 +00:00
services/web use indexOf not matches for searching for project by name 2016-11-15 11:41:14 +00:00