Full-text searching #155

Aberta
aberta há 5 anos por jking · 0 comentários
jking comentado há 5 anos
Proprietário(a)

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 adicionou o rótulo
feature
há 5 anos
jking adicionou esta questão à etapa Future há 5 anos
jking adicionou uma nova dependência há 5 anos
jking adicionou uma nova dependência há 5 anos
jking adicionou uma nova dependência há 5 anos
jking adicionou uma nova dependência há 5 anos
jking removeu uma dependência há 5 anos
Inicie a sessão para participar neste diálogo.
Sem etapa
Sem responsáveis
1 Participantes
Notificações
Data de vencimento

Sem data de vencimento definida.

Carregando…
Ainda não há conteúdo.