Groups
Groups
Sign in
Groups
Groups
django-watson discussion group
Conversations
About
Send feedback
Help
Group path
django-watson discussion group
1–30 of 69
Mark all as read
Report group
0 selected
Devid Stone
25/04/2020
pain pills and research chemicals for sale text via +1 805-973-7431
Our online pharmacy will help you with your pain relief meds, antidepressants, anxiety meds,
unread,
pain pills and research chemicals for sale text via +1 805-973-7431
Our online pharmacy will help you with your pain relief meds, antidepressants, anxiety meds,
25/04/2020
Devid Stone
25/04/2020
pain pills and research chemicals for sale text via +1 805-973-7431
Our online pharmacy will help you with your pain relief meds, antidepressants, anxiety meds,
unread,
pain pills and research chemicals for sale text via +1 805-973-7431
Our online pharmacy will help you with your pain relief meds, antidepressants, anxiety meds,
25/04/2020
ale_demer
,
Dave Hall
2
24/05/2017
Trying to modify search_results.html on Heroku deploy
This isn't really a question related to django-watson, as it uses Django's normal template
unread,
Trying to modify search_results.html on Heroku deploy
This isn't really a question related to django-watson, as it uses Django's normal template
24/05/2017
Bob Donahue
04/05/2017
Support for Django CMS Placeholder field?
Has anyone managed to use django-watson in a Django CMS implementation that has PlaceholderField?
unread,
Support for Django CMS Placeholder field?
Has anyone managed to use django-watson in a Django CMS implementation that has PlaceholderField?
04/05/2017
Franko I
,
Dave Hall
4
19/04/2017
Search the end of the word
The trouble with icontains is that it is really slow, and isn't language-aware like a full text
unread,
Search the end of the word
The trouble with icontains is that it is really slow, and isn't language-aware like a full text
19/04/2017
Cử Nhữ Văn
,
Dave Hall
3
30/03/2017
Support Vietnamese!
Hi Dave Hall! Thanks for your feedback. That is so said with me. I'll try another way. Thanks!
unread,
Support Vietnamese!
Hi Dave Hall! Thanks for your feedback. That is so said with me. I'll try another way. Thanks!
30/03/2017
Patrick Heneghan
,
Dave Hall
3
16/01/2017
Model registration that uses a django.contrib.sites.models.Site object in the Queryset filter causes error
Perhaps it runs when this particular app is ready... but not necessarily before *all* apps are ready?
unread,
Model registration that uses a django.contrib.sites.models.Site object in the Queryset filter causes error
Perhaps it runs when this particular app is ready... but not necessarily before *all* apps are ready?
16/01/2017
Patrick Heneghan
,
Dave Hall
3
13/01/2017
Watson requiring Queryset objects, and not accepting lists, when registering models
Hi Dave, thanks for your reply. Fair enough - I understand now why Watson needs a Queryset. And,
unread,
Watson requiring Queryset objects, and not accepting lists, when registering models
Hi Dave, thanks for your reply. Fair enough - I understand now why Watson needs a Queryset. And,
13/01/2017
Robert Slotboom
,
Dave Hall
2
17/10/2016
Remove description and content from SearchEntry
The description and content fields are what django-watson indexes! The database backend puts a great
unread,
Remove description and content from SearchEntry
The description and content fields are what django-watson indexes! The database backend puts a great
17/10/2016
omni...@gmail.com
,
Dave Hall
2
12/09/2016
How to index non-text fields and fields in associated elements?
By default, django-watson will register all CharField and TextField subclasses on the model. So the
unread,
How to index non-text fields and fields in associated elements?
By default, django-watson will register all CharField and TextField subclasses on the model. So the
12/09/2016
한민수
, …
Dave Hall
7
07/09/2016
I think I have a terrible problem...
Whenever you update the search configuration, you have to run ./manage.py buildwatson to update the
unread,
I think I have a terrible problem...
Whenever you update the search configuration, you have to run ./manage.py buildwatson to update the
07/09/2016
한민수
, …
Dave Hall
4
05/09/2016
I want uninstall django-watson my python project please the command about that
I solved my problems thank you
unread,
I want uninstall django-watson my python project please the command about that
I solved my problems thank you
05/09/2016
Bipin Raut
,
Dave Hall
2
16/06/2016
python manage.py buildwatson giving error: DoesNotExist: Individual matching query does not exist.
Can I have the full stack trace? On Thu, 16 Jun 2016 at 07:22, Bipin Raut <bipin...@gmail.com
unread,
python manage.py buildwatson giving error: DoesNotExist: Individual matching query does not exist.
Can I have the full stack trace? On Thu, 16 Jun 2016 at 07:22, Bipin Raut <bipin...@gmail.com
16/06/2016
Ilya
,
Dave Hall
2
14/06/2016
How to make search not case sensitive?
Yes! :) Register your model with a custom search adapter: https://github.com/etianen/django-watson/
unread,
How to make search not case sensitive?
Yes! :) Register your model with a custom search adapter: https://github.com/etianen/django-watson/
14/06/2016
Михаил Мишин
, …
Dave Hall
5
19/05/2016
Results ordered not by ranking
If you use watson.search(), then the results are by default ordered by relevance. If you set ranking=
unread,
Results ordered not by ranking
If you use watson.search(), then the results are by default ordered by relevance. If you set ranking=
19/05/2016
Оксана Мишина
,
Dave Hall
2
12/05/2016
Pagination with watson
Yes. The research methods return a queryset, so you can do a lot with it. On Thu, 12 May 2016 at 09:
unread,
Pagination with watson
Yes. The research methods return a queryset, so you can do a lot with it. On Thu, 12 May 2016 at 09:
12/05/2016
Оксана Мишина
,
Dave Hall
2
12/05/2016
How to use Boolean operators & (AND), | (OR) and ! (NOT)?
Nope. All search terms are implicitly and' together. For advanced database-specific searches, you
unread,
How to use Boolean operators & (AND), | (OR) and ! (NOT)?
Nope. All search terms are implicitly and' together. For advanced database-specific searches, you
12/05/2016
quentin ladrier
,
Dave Hall
3
11/05/2016
problem with search in models
thanks for your answer. I forgot to import models Le lundi 9 mai 2016 10:30:52 UTC+2, Dave Hall a
unread,
problem with search in models
thanks for your answer. I forgot to import models Le lundi 9 mai 2016 10:30:52 UTC+2, Dave Hall a
11/05/2016
Ilya
,
Dave Hall
6
28/04/2016
Encapsulating search result per application
Thank you again Dave It worked. Since had to use CBV instead of FBV had to do some changes . On
unread,
Encapsulating search result per application
Thank you again Dave It worked. Since had to use CBV instead of FBV had to do some changes . On
28/04/2016
Ilya
,
Dave Hall
3
30/03/2016
How to rebuild index or how to create result.url ?
Thanks result.object_id, worked for me On Monday, 14 March 2016 12:03:48 UTC-4, Ilya wrote: Hello, I
unread,
How to rebuild index or how to create result.url ?
Thanks result.object_id, worked for me On Monday, 14 March 2016 12:03:48 UTC-4, Ilya wrote: Hello, I
30/03/2016
Дмитро Зелінський
2
11/03/2016
Sonly for two fields and custom display results
All problem was in my views.py search_results = watson.filter(Good, answer) четвер, 10 березня 2016 р
unread,
Sonly for two fields and custom display results
All problem was in my views.py search_results = watson.filter(Good, answer) четвер, 10 березня 2016 р
11/03/2016
Ilya
,
Dave Hall
3
10/03/2016
Model Meta data with same name
Thanks Dave it worked I saw another answer in this group for same question but it didn't make
unread,
Model Meta data with same name
Thanks Dave it worked I saw another answer in this group for same question but it didn't make
10/03/2016
je...@joblicate.com
,
Dave Hall
3
02/03/2016
Problem with uuid primary keys
I've opened https://github.com/etianen/django-watson/pull/154 with a proposal for uuid pk support
unread,
Problem with uuid primary keys
I've opened https://github.com/etianen/django-watson/pull/154 with a proposal for uuid pk support
02/03/2016
Dave Hall
21/02/2016
Re: Apps aren't loaded yet
Try the master branch. You shouldn't need to do the import inside ready() any more. In a template
unread,
Re: Apps aren't loaded yet
Try the master branch. You shouldn't need to do the import inside ready() any more. In a template
21/02/2016
Dave Hall
03/12/2015
Announcement
django-watson 1.2.0 has been released!
django-watson 1.2.0 is now available on GitHub and PyPi. Important: In order to support Django 1.9,
unread,
Announcement
django-watson 1.2.0 has been released!
django-watson 1.2.0 is now available on GitHub and PyPi. Important: In order to support Django 1.9,
03/12/2015
Yann Cocatrix
10/11/2015
Get it working with djago hvad ?
Hi, I'm running a multilangage platform and i'd like to know if it is planned to have watson
unread,
Get it working with djago hvad ?
Hi, I'm running a multilangage platform and i'd like to know if it is planned to have watson
10/11/2015
Na Peters
,
Dave Hall
4
03/11/2015
Unicode Decode Error
I have no idea. It appears to happen when compiling the Django templates. I think you've got a
unread,
Unicode Decode Error
I have no idea. It appears to happen when compiling the Django templates. I think you've got a
03/11/2015
Pibi PostItBuyIt
,
Dave Hall
2
30/09/2015
Clarification
You would call watson.search() in a view, and pass the results to a template to for rendering. Views
unread,
Clarification
You would call watson.search() in a view, and pass the results to a template to for rendering. Views
30/09/2015
Na Peters
,
Dave Hall
6
23/09/2015
Search Results
You need to run buildwatson whenever you make changes to the register code. I'd definitely read
unread,
Search Results
You need to run buildwatson whenever you make changes to the register code. I'd definitely read
23/09/2015
Andy Byers
,
Carlton Gibson
2
09/09/2015
Searching across two models
Hi Andy, What you need is here: https://github.com/etianen/django-watson/wiki/Searching-models#
unread,
Searching across two models
Hi Andy, What you need is here: https://github.com/etianen/django-watson/wiki/Searching-models#
09/09/2015