-
This seems odd. Please restart onedev server and try again to see if it works.
-
OneDev
changed state to 'Closed' 12 months ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (6548a1b2)
-
OneDev
changed state to 'Released' 12 months ago
Previous Value Current Value Closed
Released
-
State changed as build OD-5863 is successful
-
This seems odd. Please restart onedev server and try again to see if it works.
Never mind. Found problem and build OD-5863 is released to fix the issue
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
11.6.9
|
| Labels |
No labels
|
Issue Votes (0)
Hello,
We're having an issue with our OneDev instance where certain code searches are throwing the following error:
This issue happens with various combinations of search terms and file name patterns.
An example is searching for
C:\with file name pattern*.cs. The search will work initially, but loading more results will eventually cause the error to be thrown.I was able to narrow the issue down to a single project for this query, and excluding the project allows the search to execute successfully. The project in question only contains a
.gitignoreand a few.pyfiles, so none if its files should be getting searched.However, changing the file name pattern to
*.xml, or removing the file name pattern, causes the same error to be thrown even when excluding that project. Other file name patterns, such as*.c, work fine without excluding anything.