You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my search by location function (which seems to work on keyword inputs as well), I am not sure how to format the String I get into polished HTML that we see on the page. The code is between lines 1590 and 1610 in Brainspell.php
Right now outputs look something like this:
I know that Search_lucene uses a similar method to yield outputs given a query, but I am not seeing quite where that happens.
The text was updated successfully, but these errors were encountered:
@r03ert0 can you chime in on this? I don't quite have time now, and I don't know this part of the code base off the top of my head. The extra complexity introduced by lucene is another reason I think we should just use Postgres... it allows full text search that's not quite as nice, but almost certainly good enough!
For my search by location function (which seems to work on keyword inputs as well), I am not sure how to format the String I get into polished HTML that we see on the page. The code is between lines 1590 and 1610 in Brainspell.php
Right now outputs look something like this:
I know that Search_lucene uses a similar method to yield outputs given a query, but I am not seeing quite where that happens.
The text was updated successfully, but these errors were encountered: