diff --git a/modules/taxonomy.views.inc b/modules/taxonomy.views.inc
index f55c03f..93d0050 100644
--- a/modules/taxonomy.views.inc
+++ b/modules/taxonomy.views.inc
@@ -148,6 +148,10 @@ function taxonomy_views_data() {
     'sort' => array(
       'handler' => 'views_handler_sort',
     ),
+    'filter' => array(
+      'handler' => 'views_handler_filter_numeric',
+      'help' => t('Taxonomy term weight.'),
+    ),
   );
 
   // Term description
