Souf G

Results 36 issues of Souf G

google update

Mobile applications results are not parsed at this moment

enhancement

When a serp is parsed and when the page number is higher than the available number of pages, the javascript test throws an exception, instead we should check and warn...

bug

Analysing result will be easier when giving a better IDE complemention for resultset items. For instance $item->url should be referenced as an url object

enhancement
ready

when querying google.com google will redirect to local country tld. Info: https://support.google.com/websearch/answer/873?hl=en We need to provide a way to provision cookies with that value that can be achieved again everytime...

enhancement
needs review
documentation

Hi, the official client supports collection group queries that allows querying data accross sub collections with the same id as if it was an unique collections: https://firebase.google.com/docs/firestore/query-data/queries#collection-group-query Do you have...

enhancement

The official firestore client gives us ability to get reference to a subcollection in this way: ```js var messageRef = db.collection('rooms').doc('roomA') .collection('messages').doc('message1'); ``` I couldn't find a equivalent way to...

enhancement
question

Phantomjs supports screenshots, but maybe some wkhtmltopdf or alternative can be used from any http adapter and allow to make screenshot from the dom

enhancement
refactoring
in progress

Media interface should be able to do the following: ``` php $media->getMimeType(); // image/png $media->save('filename.%extension'); // filename.png ```

enhancement
refactoring
in progress
documentation