Full-text searching #155

Abierta
abierta hace 5 años por jking · 0 comentarios
jking comentado hace 5 años
Propietario

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 añadió la etiqueta
feature
hace 5 años
jking ha añadido esto al hito Future hace 5 años
jking añadida una nueva dependencia hace 5 años
jking añadida una nueva dependencia hace 5 años
jking añadida una nueva dependencia hace 5 años
jking añadida una nueva dependencia hace 5 años
jking eliminada una dependencia hace 5 años
Inicie sesión para unirse a esta conversación.
Sin Milestone
No asignados
1 participantes
Notificaciones
Fecha de vencimiento

Sin fecha de vencimiento.

Cargando…
Aún no existe contenido.