Skip to content

Releases: abiiranathan/pdfsearch

Introduce the sqlite3 database

05 May 12:56
v0.0.4
7515378
Compare
Choose a tag to compare
  • Pdfsearch now stores the search index in a sqlite database instead of a file. This reduces memory usage associated with serialization and deserialization on program start up.
  • We utilize the sqlite3 Full Text Search extension (FTS5) to perform the search and ranking.
  • We remove the old search functions and unused cli flags.
  • We replaced the page.html to use embed instead of object(depracated)

Version 0.0.3

03 May 19:44
v0.0.3
547f20c
Compare
Choose a tag to compare
  • Book are listed on their own page
  • Search package refactored for ease of maintenance
  • Ignore Index pages in search results

Version 0.0.2

02 May 22:02
v0.0.2
bfbd284
Compare
Choose a tag to compare
  • This version makes a few changes to the User interface.
  • Reduces memory usage during building the index and searching
  • C API has been refactored into separate files.

v0.0.1

29 Apr 16:05
v0.0.1
58bfae0
Compare
Choose a tag to compare

First Beta version