[General] Webboard: Indexer : How to get all H2 tags on the page

2016-05-04 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: > Hello, > > Section h2 23 256 "]*)>([^$3]+)()" $2 > > this work well, but the indexer only store the first he found in > database and ignore all the others H2. > > Is there a way to get all tags like the

[General] Webboard: Indexer : How to get all H2 tags on the page

2016-05-04 Thread bar
Author: rafikCyc Email: Message: Hello, Section h2 23 256 "]*)>([^$3]+)()" $2 this work well, but the indexer only store the first he found in database and ignore all the others H2. Is there a way to get all tags like the function preg_match_all does in PHP ?