Hide
original bugid: #6041
The searchcommand in the editwizard forms does not allow you to serach for a numeric field - it assumes all fields are text-based and to be searched with 'like'.
Number can now be searched as one of the default fields.
You can now also add a 'search-type' to the 'search-fields' tag in a wizard, specifying the type of search. 'like' is default.
Show
original bugid: #6041
The searchcommand in the editwizard forms does not allow you to serach for a numeric field - it assumes all fields are text-based and to be searched with 'like'.
Number can now be searched as one of the default fields.
You can now also add a 'search-type' to the 'search-fields' tag in a wizard, specifying the type of search. 'like' is default.
The searchcommand in the editwizard forms does not allow you to serach for a numeric field - it assumes all fields are text-based and to be searched with 'like'.