Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
292
Merge Requests
292
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
5314b9a1
Commit
5314b9a1
authored
Jan 13, 2005
by
Steven Wittens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Some search doxygen tweaks
parent
ccfc5e15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
modules/search.module
modules/search.module
+5
-5
modules/search/search.module
modules/search/search.module
+5
-5
No files found.
modules/search.module
View file @
5314b9a1
...
...
@@ -285,7 +285,7 @@ function search_preprocess(&$text) {
/**
* Update the search index for a particular item.
* Update the
full-text
search index for a particular item.
*
* @param $sid
* A number identifying this particular item (e.g. node id).
...
...
@@ -407,10 +407,10 @@ function search_index($sid, $type, $text) {
}
/**
*
Perform a search on
a word or words.
*
Do a query on the full-text search index for
a word or words.
*
* This function is
called by each module that supports the indexed search
* (and thus, implements hook_update_index()).
* This function is
normally only called by each module that support the
*
indexed search
(and thus, implements hook_update_index()).
*
* The final query is an SQL select on the search_index table. As a guide for
* writing the optional extra SQL fragments (see below), use this query:
...
...
@@ -602,7 +602,7 @@ function search_form($action = '', $keys = '', $type = null) {
}
/**
* Perform a search on the given keys, and return the formatted results.
* Perform a s
tandard s
earch on the given keys, and return the formatted results.
*/
function
search_data
(
$keys
=
NULL
,
$type
=
'node'
)
{
$output
=
''
;
...
...
modules/search/search.module
View file @
5314b9a1
...
...
@@ -285,7 +285,7 @@ function search_preprocess(&$text) {
/**
* Update the search index for a particular item.
* Update the
full-text
search index for a particular item.
*
* @param $sid
* A number identifying this particular item (e.g. node id).
...
...
@@ -407,10 +407,10 @@ function search_index($sid, $type, $text) {
}
/**
*
Perform a search on
a word or words.
*
Do a query on the full-text search index for
a word or words.
*
* This function is
called by each module that supports the indexed search
* (and thus, implements hook_update_index()).
* This function is
normally only called by each module that support the
*
indexed search
(and thus, implements hook_update_index()).
*
* The final query is an SQL select on the search_index table. As a guide for
* writing the optional extra SQL fragments (see below), use this query:
...
...
@@ -602,7 +602,7 @@ function search_form($action = '', $keys = '', $type = null) {
}
/**
* Perform a search on the given keys, and return the formatted results.
* Perform a s
tandard s
earch on the given keys, and return the formatted results.
*/
function
search_data
(
$keys
=
NULL
,
$type
=
'node'
)
{
$output
=
''
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment