Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100723671
PhabricatorSearchSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 2, 05:21
Size
369 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 05:21 (2 d)
Engine
blob
Format
Raw Data
Handle
24021167
Attached To
rPH Phabricator
PhabricatorSearchSchemaSpec.php
View Options
<?php
final
class
PhabricatorSearchSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildEdgeSchemata
(
new
PhabricatorProfileMenuItemConfiguration
());
$this
->
buildRawSchema
(
'search'
,
PhabricatorSearchDocument
::
STOPWORDS_TABLE
,
array
(
'value'
=>
'sort32'
,
),
array
());
}
}
Event Timeline
Log In to Comment