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 година
Пријавите се да се прикључе у овом разговору.
Нема фазе
No Assignees
1 учесника
Notifications
Due Date

No due date set.

Loading…
Још нема садржаја.