2

See Custom Fields Plugin Search for background on this question.

For custom field names that have a space in them, it would be nicer and faster when entering search parameters to not have to add the quotes or the "x". For example, for a custom field called Fixed In, searching needs to be either

"fixed in:" text

or

fixedxin:text

I'd like to change the sSimpleName field value from fixedxin to fixedin (directly in the appropriate SQL Server FogBugz table). Then I could search using:

fixedin:text

Would this change be acceptable or are there other places the sSimpleName is used that would then get broken?

flag

1 Answer

1

The only issue would be that you would have to rebuild the search index, because it's indexed on the old sSimpleName. In retrospect, the xs to substitute for spaces in search axes were probably a mistake (they come from an earlier use of the function).

link|flag
Excellent -- thanks Brett. – Ken Morse Oct 30 2009 at 13:47
Update -- this worked just fine: I updated the sSimpleName value to remove the "x", reset the search and all is well now. – Ken Morse Oct 31 2009 at 19:20

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.