This is a(n):
Details:
Just wanted to discuss something that's common to Cosmos and Cosmos Search repos. During a search, we basically check if a .cpp etc. file exists in the Cosmos repo folder.
So during the search, if a query is taken as "Logistic regression", all possible uppercase/lowercase permutations will have to be generated for a match to be found (e.g Logistic regression, logistic Regression, Logistic Regression, Logistic REgression etc.).
Now if a protocol could be defined that forces all .cpp files and their folders to be named in ONLY lowercase, then this problem would not occur. Then, the query can be converted to lowercase and matched with the database of the files.
If you could allow us to rename the all existing files to lowercase, it could speed up the search!
Thanks,
Team GalSquared
This will fix that he/she will confuse if rule of name is not always be same.
@iattempt So, do you think this is a good idea?
Yes.
In addition, I am writing a checker, it can detect name of file or directory is expectable or not.
@iattempt If you aren't already done with most of this tool, would you care to add me as a collaborator to the repository? I'd love to work on it!
Most helpful comment
This will fix that he/she will confuse if rule of name is not always be same.