Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
search_api
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
search_api
Merge requests
!168
Resolve
#3474967
"Ids of referenced"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Resolve
#3474967
"Ids of referenced"
issue/search_api-3474967:3474967-ids-of-referenced
into
8.x-1.x
Overview
0
Commits
3
Pipelines
2
Changes
3
Open
Resolve #3474967 "Ids of referenced"
Markus Kalkbrenner
requested to merge
issue/search_api-3474967:3474967-ids-of-referenced
into
8.x-1.x
11 months ago
Overview
0
Commits
3
Pipelines
2
Changes
3
Closes
#3474967
0
0
Merge request reports
Compare
8.x-1.x
version 1
cf8d62b4
11 months ago
8.x-1.x (HEAD)
and
latest version
latest version
cf90c4ba
3 commits,
10 months ago
version 1
cf8d62b4
2 commits,
11 months ago
3 files
+
3
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/Plugin/views/field/SearchApiEntity.php
+
1
−
1
View file @ 5030d268
Edit in single-file editor
Open in Web IDE
Show full file
@@ -204,7 +204,7 @@ class SearchApiEntity extends SearchApiStandard {
* {@inheritdoc}
*/
public
function
query
(
$use_groupby
=
FALSE
)
{
$this
->
addRetrievedProperty
(
$this
->
getCombinedPropertyPath
());
$this
->
addRetrievedProperty
(
$this
->
getCombinedPropertyPath
()
,
$this
->
definition
[
'search_api field'
]
??
NULL
);
}
/**
Loading