Full-text searching #155

Open
opened 2019-03-02 14:28:25 -05:00 by jking · 0 comments
Owner

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 2019-03-02 14:28:32 -05:00
jking added this to the Future milestone 2019-03-02 14:28:40 -05:00
jking added a new dependency 2019-03-02 14:28:49 -05:00
jking added a new dependency 2019-03-02 14:28:56 -05:00
jking added a new dependency 2019-03-02 14:29:01 -05:00
jking added a new dependency 2019-03-07 19:04:06 -05:00
jking removed a dependency 2019-03-07 19:04:13 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: MensBeam/Arsse#155
No description provided.