summaryrefslogtreecommitdiffstats
path: root/lib/class/api.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/api.class.php')
-rw-r--r--lib/class/api.class.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/api.class.php b/lib/class/api.class.php
index 4685351b..f5c4bd42 100644
--- a/lib/class/api.class.php
+++ b/lib/class/api.class.php
@@ -63,6 +63,9 @@ class Api {
case 'alpha_match':
Browse::set_filter('alpha_match',$value);
break;
+ case 'exact_match':
+ Browse::set_filter('exact_match',$value);
+ break;
default:
// Rien a faire
break;