Tagged Questions

0
votes
2answers
228 views

Excluding deleted project cases from search filter

We've got several old "projects" in Fogbugz that have been closed or have ended over the last few years, some of still contain several open, but useless/nonapplicable cases. We do …
1
vote
2answers
95 views

Make the fulltext indexer use / (slash) as a delimiter for tokenizing

I would like FogBugz to add text between slashes in a long string as tokens in the fulltext index. e.g. for a case with this event text: the URL where I see the bug is htt …
2
votes
1answer
705 views

Searches are returning unexpected results: search for “subjective” gets me “subject”, wildcards don’t always work.

Search isn't working as expected. When I search for a word like "subjective", I'm getting cases with that word, but also ones with "subject". When I try to search for a partial m …
0
votes
1answer
173 views

Failed to update search index

I am getting the following error using FogBugz 8.0.26 on Windows with SQL Server 2008 R2 even after multiple resets of the search index. Diagnostics reports no problems. It seems t …
0
votes
2answers
159 views

Failed to update the search index / ‘x-windows-949’ is not a supported encoding

Hi everyone, We are experiencing a problem with our FogBugz 8 installation. We have tried to reset the search index (4 or 5 times in the past week), so this didn't solve the issue …
0
votes
2answers
210 views

Error: failed to update the search index - System.OutOfMemoryException

the maintenance service reports an error while updating the search index Case FC1960403
1
vote
1answer
63 views

Search Results Indexing Poorly

Our company is using Fogbugz Wiki articles more and more for both internal and client facing information. We are having trouble though with the Wiki search results. As an example …
1
vote
1answer
274 views

Why is the search indexing process pinning my CPU?

I just upgraded to FogBugz 7 and my server's CPU is pinned at 99%. I've turned on logging and it looks like the maintenance service is getting stuck on indexing a case that has an …
1
vote
2answers
98 views

Seaching cases within a plugin using CPluginApi.Bug.SearchBugs() is not returning correct results

Hi, I want to be able to index Fogbugz cases and make full-text search on them from inside a plugin. My first idea was to make my own index and query it using Lucene.Net. However …