added new user search
This commit is contained in:
parent
2b63ab6878
commit
3375889a61
4 changed files with 57 additions and 12 deletions
|
|
@ -7118,6 +7118,24 @@ Following a guide like the above will help you get good ranking on search engine
|
|||
lastUpdated => 1056151382
|
||||
},
|
||||
|
||||
'starts with' => {
|
||||
message => q|Starts With|,
|
||||
lastUpdated => 1089039511,
|
||||
context => 'A phrase or word begins with this.'
|
||||
},
|
||||
|
||||
'contains' => {
|
||||
message => q|Contains|,
|
||||
lastUpdated => 1089039511,
|
||||
context => 'A phrase or word contains this.'
|
||||
},
|
||||
|
||||
'ends with' => {
|
||||
message => q|Ends With|,
|
||||
lastUpdated => 1089039511,
|
||||
context => q|A phrase or word ends with this.|
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue