
[TAGS] Some tagged pictures not present in "BY TAGS" section
Hello,
we are using filerun 2018.05.22
we tagged a couple of pictures with the tag "vue aérienne".
- Sreenshot picture-1 : example, the picture DSC_3626 is tagged as "vue aérienne".
- Screenshot picture-2 : DSC_3626 is not present in the section BY TAG ==> "vue aérienne")
I explain the problem with the screeshot "summary-bug-tag"
can you please help us to detect what is the problem?
Thanks

- Screenshot picture-2

Summary of the problem

Answer

Browsing by tags and other metadata works by actually making quick searches. By default, the search result is limited to the first 200 hits. You can increase the limit by setting the following inside "customizables/config.php" (create if doesn't exist, start with <?php on first line):
$config['app']['metadata']['search']['results']['limit'] = 400;

Thanks for this solution
Tried it and it works. Great!!
Do i need to mark the thread as "closed", "solved" or something like that? i don't see any option doing that
Customer support service by UserEcho
Browsing by tags and other metadata works by actually making quick searches. By default, the search result is limited to the first 200 hits. You can increase the limit by setting the following inside "customizables/config.php" (create if doesn't exist, start with <?php on first line):