mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Renamed file
This commit is contained in:
parent
1dfb0ce81c
commit
57020d406f
1 changed files with 23 additions and 0 deletions
23
doc/database/db_check-full-text-search.md
Normal file
23
doc/database/db_check-full-text-search.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Table check-full-text-search
|
||||||
|
===========
|
||||||
|
|
||||||
|
Check for a full text search match in user defined channels before storing the message in the system
|
||||||
|
|
||||||
|
Fields
|
||||||
|
------
|
||||||
|
|
||||||
|
| Field | Description | Type | Null | Key | Default | Extra |
|
||||||
|
| ---------- | ---------------------------------------- | ------------ | ---- | --- | ------- | ----- |
|
||||||
|
| pid | The ID of the process | int unsigned | NO | PRI | NULL | |
|
||||||
|
| searchtext | Simplified text for the full text search | mediumtext | YES | | NULL | |
|
||||||
|
|
||||||
|
Indexes
|
||||||
|
------------
|
||||||
|
|
||||||
|
| Name | Fields |
|
||||||
|
| ---------- | -------------------- |
|
||||||
|
| PRIMARY | pid |
|
||||||
|
| searchtext | FULLTEXT, searchtext |
|
||||||
|
|
||||||
|
|
||||||
|
Return to [database documentation](help/database)
|
Loading…
Reference in a new issue