Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892170
SemiStructuredInstanceSearchConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
706 B
Referenced Files
None
Subscribers
None
SemiStructuredInstanceSearchConduitAPIMethod.php
View Options
<?php
final
class
SemiStructuredInstanceSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
(
)
{
return
'semistructured.instance.search'
;
}
public
function
newSearchEngine
(
)
{
return
new
SemiStructuredObjectInstanceSearchEngine
(
)
;
}
public
function
getMethodSummary
(
)
{
return
pht
(
'Read information about Object Instances.'
)
;
}
}
// TODO search fields to allow:
// - custom fields
// -> may be hard - fields not available early enough.
// maybe just load all possible fields from all types?
// - class ID (vs phid) ?
// default output to include
// - class phid
// - raw data
// - custom fields
// - description, title
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 16:21 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126428
Default Alt Text
SemiStructuredInstanceSearchConduitAPIMethod.php (706 B)
Attached To
Mode
R6 Semi Structured
Attached
Detach File
Event Timeline
Log In to Comment