Skip to content

Commit

Permalink
add robots.txt, introduce first search draft
Browse files Browse the repository at this point in the history
  • Loading branch information
querwurzel committed Nov 13, 2023
1 parent ed074d5 commit 08aa279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public Flux<Paste> searchByFullText(final String text) {
PasteSchema.DATE_OF_EXPIRY,
PasteSchema.TITLE,
PasteSchema.IS_ENCRYPTED,
PasteSchema.DATE_CREATED
PasteSchema.CONTENT
);

var connectionFactory = entityTemplate.getDatabaseClient().getConnectionFactory();
Expand Down

0 comments on commit 08aa279

Please sign in to comment.