Lines 909-914
function buildPatronSearchQuery(term, options) {
Link Here
|
909 |
if ( |
909 |
if ( |
910 |
typeof options !== "undefined" && |
910 |
typeof options !== "undefined" && |
911 |
((options.search_fields == "standard" && |
911 |
((options.search_fields == "standard" && |
|
|
912 |
options.extended_attribute_types && |
912 |
options.extended_attribute_types.length > 0) || |
913 |
options.extended_attribute_types.length > 0) || |
913 |
searched_attribute_fields.length > 0) && |
914 |
searched_attribute_fields.length > 0) && |
914 |
extendedPatronAttributes |
915 |
extendedPatronAttributes |
915 |
- |
|
|