mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
FAS-Studentensuche verbessert, um Personen ohne Vorname zu findenwerden
This commit is contained in:
@@ -939,6 +939,8 @@ if($xmlformat=='rdf')
|
||||
UPPER(nachname || ' ' || vorname) ~* UPPER(".$db->db_add_param($searchItems_string).") OR
|
||||
UPPER(nachname || ' ' || wahlname) ~* UPPER(".$db->db_add_param($searchItems_string).") OR
|
||||
UPPER(wahlname || ' ' || nachname) ~* UPPER(".$db->db_add_param($searchItems_string).") OR
|
||||
UPPER(vorname) ~* UPPER(".$db->db_add_param($searchItems_string).") OR
|
||||
UPPER(nachname) ~* UPPER(".$db->db_add_param($searchItems_string).") OR
|
||||
student_uid ~* LOWER(".$db->db_add_param($searchItems_string).")";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user