plegall / Piwigo-search_links

2 stars 5 forks source link

Searching tags as well #5

Open AndyJAllen opened 7 months ago

AndyJAllen commented 7 months ago

Is there a way to search tags as well, while also only searching within a category?

For example, if I supply album=2,word=dog -- can I have the returned results be:

  1. Any picture within album 2 where "dog" is found within the image title (currently works)
  2. Any picture within album 2 where "dog" is found as a tag ( currently not a feature?)

I did try adding the following line to your main plugin file, however it searches for tags across all albums. $_POST['search_in_tags'] = true;

Thanks for the plugin.

-Andy