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?