1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

New "Search in Field" filter option added for field-specific search of text fields and similar. (filter=>true required)

This commit is contained in:
Cameron
2019-06-04 12:59:39 -07:00
parent 65c0777357
commit 5cd9f52548
3 changed files with 71 additions and 8 deletions

View File

@@ -566,3 +566,7 @@ define("LAN_NO_RESULTS_FOUND", "No Results Found.");
define("LAN_UI_DROPZONE_DROP_FILES", "Drop files here to upload");
define("LAN_DOWNLOAD_COMPLETE", "Download Complete!");
define("LAN_UI_FILTER_SEARCH_IN_FIELD", "Search in Field");