my question "how can i regex search on server side" (without download the page content)so my query should look like:
this mean i want to search only "Car" page and is it contain regex (a+b+c)? (so this search is should work on server side)if it's true then query return the title and status = found etc. then i will download "raw wikitext" with second query.Summary: I will search 1.000.000 page one by one and i don't want to download each page to my computer then search in my computer (its to lazy for bandwidth)