Commit 0f21f24972592accbcb266b66a14408f0264b923
Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge
Showing
2 changed files
with
4 additions
and
2 deletions
plugins/multiselect/templates/ktcore/search2/adv_query_builder.smarty
| @@ -429,6 +429,7 @@ function createText(groupid, fid, type) | @@ -429,6 +429,7 @@ function createText(groupid, fid, type) | ||
| 429 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; | 429 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; |
| 430 | break; | 430 | break; |
| 431 | case 'STRING': | 431 | case 'STRING': |
| 432 | + case 'LARGE TEXT': | ||
| 432 | html += "<option value=\"is\">{/literal}{i18n}is{/i18n}{literal}"; | 433 | html += "<option value=\"is\">{/literal}{i18n}is{/i18n}{literal}"; |
| 433 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; | 434 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; |
| 434 | html += "<option value=\"contains\">{/literal}{i18n}contains{/i18n}{literal}"; | 435 | html += "<option value=\"contains\">{/literal}{i18n}contains{/i18n}{literal}"; |
| @@ -496,7 +497,7 @@ function addFieldTypeSelection(groupid, fid, type, options) | @@ -496,7 +497,7 @@ function addFieldTypeSelection(groupid, fid, type, options) | ||
| 496 | } | 497 | } |
| 497 | // want to fall through | 498 | // want to fall through |
| 498 | case 'FULLTEXT': | 499 | case 'FULLTEXT': |
| 499 | - | 500 | + case 'LARGE TEXT': |
| 500 | case 'STRINGMATCH': | 501 | case 'STRINGMATCH': |
| 501 | html = createText(groupid, fid, type); | 502 | html = createText(groupid, fid, type); |
| 502 | break; | 503 | break; |
templates/ktcore/search2/adv_query_builder.smarty
| @@ -382,6 +382,7 @@ function createText(groupid, fid, type) | @@ -382,6 +382,7 @@ function createText(groupid, fid, type) | ||
| 382 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; | 382 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; |
| 383 | break; | 383 | break; |
| 384 | case 'STRING': | 384 | case 'STRING': |
| 385 | + case 'LARGE TEXT': | ||
| 385 | html += "<option value=\"is\">{/literal}{i18n}is{/i18n}{literal}"; | 386 | html += "<option value=\"is\">{/literal}{i18n}is{/i18n}{literal}"; |
| 386 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; | 387 | html += "<option value=\"is not\">{/literal}{i18n}is not{/i18n}{literal}"; |
| 387 | html += "<option value=\"contains\">{/literal}{i18n}contains{/i18n}{literal}"; | 388 | html += "<option value=\"contains\">{/literal}{i18n}contains{/i18n}{literal}"; |
| @@ -449,7 +450,7 @@ function addFieldTypeSelection(groupid, fid, type, options) | @@ -449,7 +450,7 @@ function addFieldTypeSelection(groupid, fid, type, options) | ||
| 449 | } | 450 | } |
| 450 | // want to fall through | 451 | // want to fall through |
| 451 | case 'FULLTEXT': | 452 | case 'FULLTEXT': |
| 452 | - | 453 | + case 'LARGE TEXT': |
| 453 | case 'STRINGMATCH': | 454 | case 'STRINGMATCH': |
| 454 | html = createText(groupid, fid, type); | 455 | html = createText(groupid, fid, type); |
| 455 | break; | 456 | break; |