issues
search
linuxlewis
/
djorm-ext-pgfulltext
PostgreSQL full-text search integration with django orm.
Other
250
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
docs: Fix simple typo, syncronize -> synchronize
#85
timgates42
opened
4 years ago
0
Search with inherit model
#84
LennyLip
opened
8 years ago
1
Add handling of using=db_name in command update_search_field and in m…
#83
mysteri0n
opened
8 years ago
0
resolves issue #78 for djorm_ext_pgfulltext
#82
chrismarlow9
opened
8 years ago
0
can't save with django's setting having Database routers
#81
trungnq1510
opened
8 years ago
0
Use the default SearchQuerySet class without overriding get_queryset
#80
w0rp
opened
8 years ago
2
Searching existing word returns none, but an empty search returns a list with all records ?
#79
ghost
opened
8 years ago
0
Exception Value: must be psycopg2.extensions.connection, not None
#78
troygrosfield
opened
8 years ago
1
Django 1.9 management command errors
#77
troygrosfield
opened
8 years ago
0
Turn off search when using incompatible database
#76
imaia
opened
8 years ago
0
1.8 compatibility?
#75
CrazyPython
opened
8 years ago
1
Update models.py
#74
angerme
opened
8 years ago
0
pg_catalog tuple does not work
#73
LennyLip
opened
8 years ago
3
Simple fix for thrown exception when SearchManager search_field is None
#72
hfickes
opened
8 years ago
0
Fix for empty search_vector
#71
CGenie
closed
8 years ago
1
Travis tests
#70
CGenie
closed
8 years ago
1
Custom field serialization
#69
CGenie
closed
8 years ago
0
Tests improvements
#68
CGenie
closed
8 years ago
1
Unittest error no such function: to_tsvector
#67
chrisspen
opened
8 years ago
0
Search index fails to populate
#66
chrisspen
opened
9 years ago
1
Compatible with Django>=1.7?
#65
chrisspen
opened
9 years ago
5
please help me : using it for vietnamese
#64
kekedaine
opened
9 years ago
2
Various fixes
#63
CGenie
closed
9 years ago
1
Pypi versions
#62
gsong
closed
3 years ago
2
Default search_index is created as btree
#61
Nepherhotep
opened
9 years ago
3
Unable to work without search_field
#60
remster
opened
9 years ago
0
Delete Version of PBR from setup.cfg
#59
fridiculous
closed
5 years ago
0
cannot create multiple search managers within model
#58
pauldiez
closed
9 years ago
0
Use psycopg2 module for quoting input values
#57
dotsbb
closed
9 years ago
2
Add Travis-CI to repo + Update tox to run tests
#56
linuxlewis
closed
8 years ago
4
Any reason model methods/properties can't be indexed?
#55
wengole
opened
9 years ago
2
RemovedInDjango18Warning: `SearchManagerMixIn.get_query_set` method should be renamed `get_queryset`
#54
ghost
closed
9 years ago
1
Add hooks to run tests in travis-ci
#53
troygrosfield
opened
9 years ago
4
0.9.3 UnicodeEncodeError
#52
aisayko
opened
9 years ago
1
Update project structure
#51
rgreinho
closed
9 years ago
2
Cannot search when query string is less then 3 characters
#50
datinc
opened
9 years ago
0
Update requirements
#49
rgreinho
closed
9 years ago
0
Packaging and dockerization
#48
rgreinho
closed
9 years ago
0
Allow many to many and foreign key fields in search
#47
s-block
opened
9 years ago
1
Remove db_index setting for VectorField
#46
cpbotha
closed
9 years ago
3
VectorField has db_index=True sometimes resulting in "index row size XXXX exceeds maximum 2712"
#45
cpbotha
opened
9 years ago
5
Does it support Trigram matching?
#44
chogarcia
closed
9 years ago
3
SearchManagerMixIn.get_query_set method should be renamed get_queryset
#43
jvzammit
closed
10 years ago
1
to_tsvector support for saving VectorField
#42
john-parton
opened
10 years ago
0
No management command in pip version
#41
FeroxTL
opened
10 years ago
5
Fix Python3 Support
#40
linuxlewis
closed
9 years ago
2
Fix Python3 Support
#39
linuxlewis
closed
10 years ago
0
Filtering of primary_key in models._parse_fields
#38
gulfpearl
opened
10 years ago
0
docs: Use parent_model__search_index="foo"
#37
guettli
opened
10 years ago
0
IndexError when searching with %
#36
fjsj
opened
10 years ago
5
Next