Lines Matching full:if
27 * we only search if a search word was given
41 if ($ID !== $conf['start'] && !$INPUT->has('q')) {
49 if ($s === '') throw new ActionAbort();
79 …* This will only do something if the search didn't originate from the form on the searchpage itself
85 if ($INPUT->bool('sf')) {
92 if (empty($parsedQuery['ns']) && empty($parsedQuery['notns'])) {
93 if ($conf['search_nslimit'] > 0) {
94 if (getNS($ID) !== false) {
102 if ($conf['search_fragment'] !== 'exact') {
103 if (empty(array_diff($parsedQuery['words'], $parsedQuery['and']))) {
104 if (strpos($QUERY, '*') === false) {
107 if (strpos($part, '@') === 0) {
110 if (strpos($part, 'ns:') === 0) {
113 if (strpos($part, '^') === 0) {
116 if (strpos($part, '-ns:') === 0) {
122 if ($conf['search_fragment'] === 'starts_with') {
125 if ($conf['search_fragment'] === 'ends_with') {