diesel-rs / diesel_full_text_search

MIT License
72 stars 33 forks source link

Added a nullable Text field support and Regconfig struct #25

Closed Emulator000 closed 3 years ago

Emulator000 commented 3 years ago

In this PR I implemented a basic TsConfigurarion structure with some predefined constants that are useful to use all the Postgres full text search functionalities.

Also, I added two additional useful methods for Nullable<Text> support.

Emulator000 commented 3 years ago

@weiznich suggestions applied 😄

weiznich commented 3 years ago

Thanks :+1:

Emulator000 commented 3 years ago

@weiznich do you think that we can release a new (1.2 maybe?) version? 😄

weiznich commented 3 years ago

@Emulator000 That's possible as soon as someone with the rights to actually perform a release shows up. I do not have them.