CC-4519: Advanced Search Option: Please use text search instead of scope search from Mime's type
-fixed
This commit is contained in:
parent
f94c4cd96a
commit
eadde1c498
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
"language" : "s",
|
"language" : "s",
|
||||||
"length" : "n",
|
"length" : "n",
|
||||||
"lyricist" : "s",
|
"lyricist" : "s",
|
||||||
|
"mime" : "s",
|
||||||
"mood" : "s",
|
"mood" : "s",
|
||||||
"name" : "s",
|
"name" : "s",
|
||||||
"orchestra" : "s",
|
"orchestra" : "s",
|
||||||
|
@ -1186,6 +1187,7 @@ var validationTypes = {
|
||||||
"length" : "l",
|
"length" : "l",
|
||||||
"lyricist" : "s",
|
"lyricist" : "s",
|
||||||
"mood" : "s",
|
"mood" : "s",
|
||||||
|
"mime" : "s",
|
||||||
"name" : "s",
|
"name" : "s",
|
||||||
"orchestra" : "s",
|
"orchestra" : "s",
|
||||||
"owner_id" : "s",
|
"owner_id" : "s",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue