Skip to content

Consolidate search and add search for hashtags - #2185

Draft
blued-gear wants to merge 19 commits into
mainfrom
new/search_for_hashtags
Draft

Consolidate search and add search for hashtags#2185
blued-gear wants to merge 19 commits into
mainfrom
new/search_for_hashtags

Conversation

@blued-gear

Copy link
Copy Markdown
Collaborator
  • Add a search form for Magazines to the search page, as the currently separated forms can be confusing for users (the form at the Magazines page is kept, as it offers more search options)
  • add a search form for Hashtags to the search page
  • it will list all Hashtags when no search-query exists
  • implement the same for the REST API
tag_search

Build upon #2180


public function search(string $term, int $page, int $perPage): PagerfantaInterface
{
$name = $this->tagExtractor->transliterate($term);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: strtolower($term)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant