expertissim/google-search-operators
Composer 安装命令:
composer require expertissim/google-search-operators
包简介
abstraction and parser for create and use search based on Google Search Operators systems
README 文档
README
Very simple abstraction and parser for create and use search based on Google Search Operators systems : https://support.google.com/websearch/answer/2466433?hl=en
key:value+key:min..max-key:value
Key Delimiter
| delimiter | meaning |
|---|---|
| + | AND |
| - | AND NOT |
| | | OR (not exists in Google Operators) |
Value Delimiter
| delimiter | meaning |
|---|---|
| : | IS = |
| :< | IS < |
| :> | IS > |
| :>= | IS >= |
| :>= | IS <= |
| :val1..val2 | BETWEEN val1 AND val2 |
| :val1.val2.val3 | IN val1 AND val2 ANd val3 (not exists in Google Operators) |
WIP ...
统计信息
- 总下载量: 18.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-05