Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Oct 25, 2024
1 parent 3bd976b commit abd24c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public FTProfileOptions(
*/
public FTProfileOptions(
@NonNull GlideString query, @NonNull FTSearchOptions options, boolean limited) {
queryType = QueryType.AGGREGATE;
queryType = QueryType.SEARCH;
commandLine = concatenateArrays(new GlideString[] {query}, options.toArgs());
this.limited = limited;
}
Expand Down

0 comments on commit abd24c0

Please sign in to comment.