Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
e1087140
Commit
e1087140
authored
Nov 29, 2007
by
Richard Mansfield
Browse files
Return an array of institutions for each user in solr
parent
4dab18b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/search/solr/lib.php
View file @
e1087140
...
...
@@ -180,6 +180,9 @@ END;
}
if
(
$key_parts
[
0
]
==
'store'
||
$key_parts
[
0
]
==
'text'
||
$key_parts
[
0
]
==
'string'
)
{
if
(
$key_parts
[
1
]
==
'institutions'
)
{
$value
=
$value
==
'mahara'
?
array
()
:
explode
(
' '
,
$value
);
}
$new_result
[
$key_parts
[
1
]]
=
$value
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment