libertysoft3 / saidit

The reddit open source fork powering SaidIt
https://saidit.net
Other
229 stars 40 forks source link

Rebuilding after making a change? #113

Closed trident765 closed 2 years ago

trident765 commented 2 years ago

I have a feeling that some changes I make to the code are not being recognized because I need to "rebuild". How do I rebuild everything?

For example, I changed the following line:

https://github.com/libertysoft3/saidit/blob/master/r2/r2/lib/providers/search/solr.py#L128

to say "size=5" instead of "size=10", but I am still getting 10 search results when I use the search function, not 5. I want to try rebuilding to see if that makes a difference.

libertysoft3 commented 2 years ago