textbrowser / biblioteq

Archive and catalog the world for today's and tomorrow's generations! Awesome and everyware.
https://textbrowser.github.io/biblioteq/
Other
217 stars 46 forks source link

Additional fields for document management. #256

Closed meteos77 closed 1 year ago

meteos77 commented 1 year ago

to manage the documents properly, we would need 3 additional fields:

thank you in advance

meteos77 commented 1 year ago

no because little value, once entered in the general database we do not touch anything more

textbrowser commented 1 year ago

What if you have 100 different unique conditions in your CSV?

meteos77 commented 1 year ago

I don't think I have 100 conditions I could have maybe 100 origins because

so over several years, we will get this unless we have the date_arrival field it will give the 12 will be noted: BDP (central library) the 2-5 will be noted DONS the purchases LIBRARY and the date will be put in its own field otherwise BDP-2023-01 BDP-2023-02 BDP-2023-.. BDP-2023-12 ... DONS-2024-02 DONS-2023-07 DONS-2023-11 LIBRARY-2023 LIBRARY-2024 ...

textbrowser commented 1 year ago

Happy typing.

meteos77 commented 1 year ago

I don't know if it's being created but for info: We don't have access in Custom Query to the new tables book_conditions ; book_originality and target_audience

meteos77 commented 1 year ago

Happy typing.

I had typewriter lessons so now with the comfort of computer keyboards :-)

textbrowser commented 1 year ago

Import now includes the new tables. I'll see about the tables elsewhere too.

textbrowser commented 1 year ago

Perhaps it's possible to query the schema for all tables instead of requiring a software revision.

meteos77 commented 1 year ago

it would change a lot for you? do the best with the least effort :-)

meteos77 commented 1 year ago

For me it is the end: Have a nice day

textbrowser commented 1 year ago

You too.

meteos77 commented 1 year ago

I start the translation is what : Woody tree widgets ? woody

textbrowser commented 1 year ago

Woody is growth and collapse. Plus and minus.

https://github.com/textbrowser/woody

meteos77 commented 1 year ago

What if you have 100 different unique conditions in your CSV?

SELECT COUNT(*) AS "book originality" FROM book_originality ;

result for the moment, I'm going to do some cleaning : 405

meteos77 commented 1 year ago

Hyppppppppppperlinks. You can visit another galactic galaxy.

I saw it working on my compilation this morning on Raspberry but On my LinuxMint impossible to have the links working :-(

textbrowser commented 1 year ago

Links can only be clicked on read-only fields. Read the attached tool tip. Press and hold the Alt key and then activate the link. Clearly links are only created after a value is saved.

meteos77 commented 1 year ago

It works very well on Raspberry

but I can't get the same result with LinuxMint and Windows10.

Is there a particular software dependency for this feature?

meteos77 commented 1 year ago

solution under linux (control + alt) = alt (raspberry)

Solution for my linux desktop (Mate) : a feature of my desktop manager (Mate) was using the Alt key to move a window when the screen was too small (window settings)

I reassigned this functionality to another key to free the Alt key for BiblioteQ / Hyperlink.

textbrowser commented 1 year ago

Added test for AltModifier. Perhaps it'll help. If not, it's your locale, keyboard, computer, operating system, CPU, French, county, ISP, bulbs, wires.

meteos77 commented 1 year ago

it must come from the locale / keymap; I'll see if I can do better.

It works great, it's a very nice feature BRAVO

meteos77 commented 1 year ago

small remarks some signs prevent the search from being done correctly and return an empty result depending on the system, it is not the same

on Linux Author with ' : ( ex: Amboise Valéry D' ) or Publisher : ' : (ex : J'AI LU )

on Windows Author with - ( ex : Appleman-Jurman Alicia ) Publisher with / (ex : 10/18 )

meteos77 commented 1 year ago

NO AFTER TESTING IT WORKS FOR WINDOWS EXCEPT THE '

textbrowser commented 1 year ago

Which signs?

meteos77 commented 1 year ago

The result is 0

' -> U+0027 APOSTROPHE

meteos77 commented 1 year ago

exemple : ISBN13 : 9780596521189 - Z3950 : National Library of the Czeh Republic Publisher : O'Reilly Alt on O'Reilly -> result 0

textbrowser commented 1 year ago

The search queries are parameterized. For PQ, this works as I can escape a string with E. You're now asking that I review all queries and escape them for SQLite. I really dislike SQLite.

textbrowser commented 1 year ago

Yes, all parameterized.

textbrowser commented 1 year ago

https://www.sqlite.org/faq.html#q14

meteos77 commented 1 year ago

I don't ask for anything.

meteos77 commented 1 year ago

I thought we would not even have the functionality with SQLite. We have it in part and it's already great.

For the technical part: why the ASCII character 27 (for me, it's basic standard) is not found by the query?

meteos77 commented 1 year ago

publisher = O'Reilly SELECT title, publisher FROM book WHERE publisher LIKE ("%'%") Result = O'Reilley -> OK

textbrowser commented 1 year ago

All search queries have to be reviewed now.

textbrowser commented 1 year ago

OK, this ticket has now transformed into nothing related to the ticket.

meteos77 commented 1 year ago

new ticket ?

textbrowser commented 1 year ago

I cannot duplicate it. Please close and recreate it as new and remain on topic.

textbrowser commented 1 year ago

Create new tickets for specific problems and remain on topic. 83+ comments most of which are unrelated.

textbrowser commented 1 year ago

Thanks. :)

textbrowser commented 1 year ago

Will you reopen this as a new ticket?

textbrowser commented 1 year ago

https://github.com/textbrowser/biblioteq/issues/260