Full-text searching #155

Отворени
отворен преди 5 години от jking · 0 коментара
jking коментира преди 5 години
Притежател

The following would be required to implement full-text searching in The Arsse:

  • An implementation for SQLite
  • An implementation for PostgreSQL
  • An implementation for MySQL
  • A means of disabling full-text indexing to conserve space or processing time
  • A basic LIKE-based fallback if the feature is disabled or unavailable for SQLite, already done

The implementations would need to handle not only querying, but also populating the index when articles are added, as well as cleaning it up properly (if necessary) when articles are deleted.

All databases should have an implementation before a release with full-text searching is made.

The following would be required to implement full-text searching in The Arsse: - An implementation for SQLite - An implementation for PostgreSQL - An implementation for MySQL - A means of disabling full-text indexing to conserve space or processing time - A basic `LIKE`-based fallback if the feature is disabled or unavailable for SQLite, already done The implementations would need to handle not only querying, but also populating the index when articles are added, as well as cleaning it up properly (if necessary) when articles are deleted. All databases should have an implementation before a release with full-text searching is made.
jking added the
feature
label преди 5 години
jking added this to the Future milestone преди 5 години
jking added a new dependency преди 5 години
jking added a new dependency преди 5 години
jking added a new dependency преди 5 години
jking added a new dependency преди 5 години
jking removed a dependency преди 5 години
Впишете се за да се присъедините към разговора.
Няма етап
Няма изпълнители
1 участника
Известия
Due Date

No due date set.

Зареждане…
Все още няма съдържание.