Hi,
I have installed Yours software and found it very usefull for my organization. However I have tried to extend file Type list (advanced search). I have added <OPTION VALUE="CS">C# files (*.cs)</OPTION> to advancedSearch.jsp file but it doesn't work. Could You suggest what should be changed else.
Regards
Arek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
'File types' for each file are set during indexing them in SVN Indexer,
so propably 'CS' files are recognized as other type... it depends on module which recognize file types.
You can learn more looking in JMimeMagicFinder.java in SVN Indexer part.
There is some description and list file types, which are taken when module doesn't recognize type by file's content.
Reg.
Bartek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have installed Yours software and found it very usefull for my organization. However I have tried to extend file Type list (advanced search). I have added <OPTION VALUE="CS">C# files (*.cs)</OPTION> to advancedSearch.jsp file but it doesn't work. Could You suggest what should be changed else.
Regards
Arek
hi,
'File types' for each file are set during indexing them in SVN Indexer,
so propably 'CS' files are recognized as other type... it depends on module which recognize file types.
You can learn more looking in JMimeMagicFinder.java in SVN Indexer part.
There is some description and list file types, which are taken when module doesn't recognize type by file's content.
Reg.
Bartek