Skip to content

Commit

Permalink
Return full map object from search
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Apr 10, 2023
1 parent 8f0949a commit 0725ebb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ export class MapsStorage implements ContentStorage<MapItem, PartialMapItem> {
page: query.cursor ? +query.cursor : undefined,
defaultSearchOperator: 'AND',
searchFields: onlyTitle ? ['title'] : ['title^3', 'description'],
fields: ['description', 'title'],
hasReference,
hasNoReference,
};
Expand Down

0 comments on commit 0725ebb

Please sign in to comment.