(search) Expose getSearchTitle in DecoratedSearchResults

This commit is contained in:
Viktor Lofgren 2024-02-15 13:56:44 +01:00
parent f796af1ae8
commit 752e677555

View File

@ -25,4 +25,5 @@ public class DecoratedSearchResults {
public String getJs() { return params.js().value; } public String getJs() { return params.js().value; }
public String getAdtech() { return params.adtech().value; } public String getAdtech() { return params.adtech().value; }
public String getRecent() { return params.recent().value; } public String getRecent() { return params.recent().value; }
public String getSearchTitle() { return params.searchTitle().value; }
} }