Fixed "bug" #2747. The code was never called and was just a stub thathadn't been ported to PG, but I removed it so future people withsharp eyes don't look at it and report the "bug" again.
fix a bug in the term edit and term new features, fixed it so that they use yyyy-mm-dd format in both the form and the xql file, right now when you try to edit a term you get yyyy mm dd instead of yyyy-mm-dd, if you try to enter yyyy-m-dthe validation that checks of start date is earlier than end date fails as it expects yyyy-mm-dd
fix a bug in the term edit and term new features, fixed it so that they use yyyy-mm-dd format in both the form and the xql file, right now when you try to edit a term you get yyyy mm dd instead of yyyy-mm-dd, if you try to enter yyyy-m-dthe validation that checks of start date is earlier than end date fails as it expects yyyy-mm-dd
Added limit_type_p to contact::search_clauses , so that it behaves as it did before performance tuning, this enables performance tuned queries to not use an object tpye limitation, but by default limits based on the search type