|
Kevin,
Have you reindexed JIRA after changing the searcher type? You will have to do this manually when you change the searcher for a field (see JRA-4641 ). Let us know if this still doesn't work. Cheers Mark C I never changed the searcher type but that aside, I did reindex and it still doesn't work.
Kevin,
Can you perhaps attach screenshots showing what you are doing, and what you are trying to achieve? I think that would be the easiest way to show us what is happening. Cheers, I enter the string just as the reported issue states to return all issues that contain a VIID number.
Kevin,
You are still using the 'Number Searcher' on your custom field. You need the 'Number Range Searcher', which provides two fields, min and max. Ahhh! ... sometimes my idiocy amazes even me.
Thx for the info. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
search on number field that has integer values using:
0 <= x <= 999999
and no results were returned. the custom field has tons of values in it.