mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Here's what's in `IndexableText` right now: 1. Title 2. Collections 3. Authors 4. Tags 5. LocSubjects 6. TocEntries Here is the proposed new ranking: ``` 10 * Title + 8 * Authors + 3 * Collections + IndexableText ``` New indices for existing DBs: ``` ALTER TABLE `Ebooks` ADD COLUMN `IndexableAuthors` text NOT NULL; ALTER TABLE `Ebooks` ADD COLUMN `IndexableCollections` text NULL; ALTER TABLE `Ebooks` ADD FULLTEXT `indexSearchTitle` (`Title`); ALTER TABLE `Ebooks` ADD FULLTEXT `idxSearchAuthors` (`IndexableAuthors`); ALTER TABLE `Ebooks` ADD FULLTEXT `idxSearchCollections` (`IndexableCollections`); ``` |
||
---|---|---|
.. | ||
ArtworkFilterType.php | ||
ArtworkSortType.php | ||
ArtworkStatusType.php | ||
CollectionType.php | ||
ColorSchemeType.php | ||
CycleType.php | ||
DateTimeFormat.php | ||
EbookFormatType.php | ||
EbookPlaceholderDifficulty.php | ||
EbookReleaseStatusFilter.php | ||
EbookSortType.php | ||
EbookSourceType.php | ||
ExceptionMessageType.php | ||
FeedCollectionType.php | ||
FeedType.php | ||
HttpCode.php | ||
HttpMethod.php | ||
HttpRequestType.php | ||
HttpVariableSource.php | ||
HttpVariableType.php | ||
ImageMimeType.php | ||
MarcRole.php | ||
PasswordActionType.php | ||
PaymentProcessorType.php | ||
ProjectReminderType.php | ||
ProjectRoleType.php | ||
ProjectStatusType.php | ||
TagType.php | ||
ViewType.php |